Searched refs:playSound (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DP2pEventManager.java82 mNfcService.playSound(NfcService.SOUND_START);
103 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 DNfcService.java158 // for use with playSound()
633 public void playSound(int sound) { method in class:NfcService
1700 playSound(SOUND_END);
1702 playSound(SOUND_ERROR);
1732 boolean playSound = readerParams == null ||
1734 if (mScreenState == ScreenStateHelper.SCREEN_STATE_ON_UNLOCKED && playSound) {
1735 playSound(SOUND_START);
1758 playSound(SOUND_ERROR);
1914 playSound(SOUND_END);
1934 playSound(SOUND_ERRO
[all...]
H A DP2pLinkManager.java125 public void onP2pReceiveComplete(boolean playSound); argument
/packages/apps/Messaging/src/com/android/messaging/util/
H A DMediaUtil.java34 public abstract void playSound(final Context context, final int resId, method in class:MediaUtil
H A DMediaUtilImpl.java29 public void playSound(final Context context, final int resId, method in class:MediaUtilImpl
/packages/apps/Messaging/tests/src/com/android/messaging/util/
H A DFakeMediaUtil.java28 public void playSound(Context context, int resId, OnCompletionListener completionListener) { method in class:FakeMediaUtil
/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/beam/
H A DBeamManager.java128 mNfcService.playSound(NfcService.SOUND_END);
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DAudioRecordView.java345 MediaUtil.get().playSound(getContext(), R.raw.audio_initiate, completionListener);
349 MediaUtil.get().playSound(getContext(), R.raw.audio_end, null);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DSettingsLayoutAdapter.java526 playSound(v.getContext(), AudioManager.FX_KEYPRESS_INVALID);
537 playSound(v.getContext(), AudioManager.FX_KEY_CLICK);
574 private void playSound(Context context, int soundEffect) { method in class:SettingsLayoutAdapter.ActionOnKeyPressAnimator
H A DDialogActionAdapter.java430 private void playSound(Context context, int soundEffect) { method in class:DialogActionAdapter.ActionOnKeyPressAnimator
456 //playSound(v.getContext(), AudioManager.FX_KEYPRESS_INVALID);
467 playSound(v.getContext(), AudioManager.FX_KEY_CLICK);
/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/Camera/src/com/android/camera/
H A DPhotoModule.java1470 boolean playSound = mPreferences.getString(CameraSettings.KEY_TIMER_SOUND_EFFECTS,
1479 mCountDownView.startCountDown(seconds, playSound);
1481 mCountDownView.startCountDown(seconds, playSound);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java464 MediaUtil.get().playSound(context, R.raw.message_sent, null /* completionListener */);

Completed in 133 milliseconds