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

/packages/apps/Messaging/src/com/android/messaging/util/
H A DMediaUtilImpl.java29 public void playSound(final Context context, final int resId, method in class:MediaUtilImpl
H A DMediaUtil.java34 public abstract void playSound(final Context context, final int resId, method in class:MediaUtil
/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/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 DP2pLinkManager.java128 public void onP2pReceiveComplete(boolean playSound); argument
H A DNfcService.java181 // for use with playSound()
734 public void playSound(int sound) { method in class:NfcService
1993 playSound(SOUND_END);
1995 playSound(SOUND_ERROR);
2291 playSound(SOUND_END);
2311 playSound(SOUND_ERROR);
2313 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

Completed in 382 milliseconds