Searched defs:playSound (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DCountDownView.java105 public void startCountDown(int sec, boolean playSound) { argument
111 mPlaySound = playSound;
/packages/apps/Gallery2/src/com/android/camera/ui/
H A DCountDownView.java105 public void startCountDown(int sec, boolean playSound) { argument
111 mPlaySound = playSound;
/packages/apps/Nfc/src/com/android/nfc/
H A DP2pEventManager.java69 mNfcService.playSound(NfcService.SOUND_START);
91 mNfcService.playSound(NfcService.SOUND_END);
102 mNfcService.playSound(NfcService.SOUND_ERROR);
111 public void onP2pReceiveComplete(boolean playSound) { argument
113 if (playSound) mNfcService.playSound(NfcService.SOUND_END);
130 mNfcService.playSound(NfcService.SOUND_ERROR);
154 mNfcService.playSound(NfcService.SOUND_ERROR);
164 mNfcService.playSound(NfcService.SOUND_START);
H A DP2pLinkManager.java102 public void onP2pReceiveComplete(boolean playSound); argument
H A DNfcService.java166 // for use with playSound()
811 public void playSound(int sound) { method in class:NfcService
1811 playSound(SOUND_END);
1813 playSound(SOUND_ERROR);
1821 playSound(SOUND_START);
1843 playSound(SOUND_ERROR);
2058 playSound(SOUND_ERROR);
2060 playSound(SOUND_END);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DFocusManager.java84 public void playSound(int soundId); method in interface:FocusManager.Listener
227 mListener.playSound(MediaActionSound.FOCUS_COMPLETE);
H A DCamera.java1068 public void playSound(int soundId) { method in class:Camera
/packages/apps/Gallery2/src/com/android/camera/
H A DPhotoUI.java572 public void startCountDown(int sec, boolean playSound) { argument
573 mCountDownView.startCountDown(sec, playSound);
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerActivity.java274 playSound(ToneGenerator.TONE_PROP_NACK);
522 Thread.sleep(playSound(ToneGenerator.TONE_PROP_NACK));
592 playSound(ToneGenerator.TONE_PROP_BEEP);
753 playSound(ToneGenerator.TONE_PROP_ACK);
1080 private int playSound(int toneType) { method in class:VoiceDialerActivity

Completed in 128 milliseconds