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/Nfc/src/com/android/nfc/
H A DP2pEventManager.java71 mNfcService.playSound(NfcService.SOUND_START);
84 mNfcService.playSound(NfcService.SOUND_START);
114 mNfcService.playSound(NfcService.SOUND_END);
125 mNfcService.playSound(NfcService.SOUND_ERROR);
135 mNfcService.playSound(NfcService.SOUND_ERROR);
143 public void onP2pReceiveComplete(boolean playSound) { argument
145 if (playSound) mNfcService.playSound(NfcService.SOUND_END);
162 mNfcService.playSound(NfcService.SOUND_ERROR);
192 mNfcService.playSound(NfcServic
[all...]
H A DP2pLinkManager.java125 public void onP2pReceiveComplete(boolean playSound); argument
H A DNfcService.java158 // for use with playSound()
632 public void playSound(int sound) { method in class:NfcService
1699 playSound(SOUND_END);
1701 playSound(SOUND_ERROR);
1731 boolean playSound = readerParams == null ||
1733 if (mScreenState == ScreenStateHelper.SCREEN_STATE_ON_UNLOCKED && playSound) {
1734 playSound(SOUND_START);
1757 playSound(SOUND_ERROR);
1913 playSound(SOUND_END);
1933 playSound(SOUND_ERRO
[all...]
/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/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DDialogActionAdapter.java432 private void playSound(Context context, int soundEffect) { method in class:DialogActionAdapter.ActionOnKeyPressAnimator
458 //playSound(v.getContext(), AudioManager.FX_KEYPRESS_INVALID);
469 playSound(v.getContext(), AudioManager.FX_KEY_CLICK);
H A DSettingsLayoutAdapter.java522 playSound(v.getContext(), AudioManager.FX_KEYPRESS_INVALID);
533 playSound(v.getContext(), AudioManager.FX_KEY_CLICK);
570 private void playSound(Context context, int soundEffect) { method in class:SettingsLayoutAdapter.ActionOnKeyPressAnimator
/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 146 milliseconds