Home
last modified time | relevance | path

Searched refs:playSound (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DP2pEventManager.java82 mNfcService.playSound(NfcService.SOUND_START); in onP2pNfcTapRequested()
103 mNfcService.playSound(NfcService.SOUND_START); in onP2pSendConfirmationRequested()
114 mNfcService.playSound(NfcService.SOUND_END); in onP2pSendComplete()
125 mNfcService.playSound(NfcService.SOUND_ERROR); in onP2pHandoverNotSupported()
135 mNfcService.playSound(NfcService.SOUND_ERROR); in onP2pHandoverBusy()
143 public void onP2pReceiveComplete(boolean playSound) { in onP2pReceiveComplete() argument
145 if (playSound) mNfcService.playSound(NfcService.SOUND_END); in onP2pReceiveComplete()
162 mNfcService.playSound(NfcService.SOUND_ERROR); in onP2pOutOfRange()
192 mNfcService.playSound(NfcService.SOUND_ERROR); in onP2pSendDebounce()
201 mNfcService.playSound(NfcService.SOUND_START); in onP2pResumeSend()
DNfcService.java852 public void playSound(int sound) { in playSound() method in NfcService
2196 playSound(SOUND_END); in handleMessage()
2198 playSound(SOUND_ERROR); in handleMessage()
2709 playSound(SOUND_END); in dispatchTagEndpoint()
2744 playSound(SOUND_ERROR); in dispatchTagEndpoint()
2761 playSound(SOUND_END); in dispatchTagEndpoint()
DP2pLinkManager.java129 public void onP2pReceiveComplete(boolean playSound); in onP2pReceiveComplete() argument
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DAudioRecordView.java345 MediaUtil.get().playSound(getContext(), R.raw.audio_initiate, completionListener); in playAudioStartSound()
349 MediaUtil.get().playSound(getContext(), R.raw.audio_end, null); in playAudioEndSound()
/packages/apps/LegacyCamera/src/com/android/camera/
DFocusManager.java84 public void playSound(int soundId); in playSound() method
227 mListener.playSound(MediaActionSound.FOCUS_COMPLETE); in onAutoFocus()
DCamera.java1068 public void playSound(int soundId) { in playSound() method in Camera
/packages/apps/Messaging/src/com/android/messaging/util/
DMediaUtil.java34 public abstract void playSound(final Context context, final int resId, in playSound() method in MediaUtil
DMediaUtilImpl.java29 public void playSound(final Context context, final int resId, in playSound() method in MediaUtilImpl
/packages/apps/Messaging/tests/src/com/android/messaging/util/
DFakeMediaUtil.java28 public void playSound(Context context, int resId, OnCompletionListener completionListener) { in playSound() method in FakeMediaUtil
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamManager.java129 mNfcService.playSound(NfcService.SOUND_END); in handleMessage()
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java515 playSound(context); in displayMMIComplete()
520 private static void playSound(Context context) { in playSound() method in PhoneUtils
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java297 playSound(statusBarNotification, rankingMap); in showHeadsUp()
525 private void playSound(StatusBarNotification statusBarNotification, in playSound() method in CarHeadsUpNotificationManager
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java468 MediaUtil.get().playSound(context, R.raw.message_sent, null /* completionListener */); in playSentSound()