HomeSort by relevance Sort by last modified time
    Searched refs:playSound (Results 1 - 25 of 34) sorted by null

1 2

  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 82 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) {
145 if (playSound) mNfcService.playSound(NfcService.SOUND_END);
162 mNfcService.playSound(NfcService.SOUND_ERROR);
192 mNfcService.playSound(NfcService.SOUND_ERROR)
    [all...]
NfcService.java 188 // for use with playSound()
758 public void playSound(int sound) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
MediaUtil.java 34 public abstract void playSound(final Context context, final int resId,
MediaUtilImpl.java 29 public void playSound(final Context context, final int resId,
  /packages/apps/Messaging/tests/src/com/android/messaging/util/
FakeMediaUtil.java 28 public void playSound(Context context, int resId, OnCompletionListener completionListener) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
EventSanitizationTestActivity.java 94 playSound();
144 playSound();
GyroscopeMeasurementTestActivity.java 133 playSound();
172 playSound();
AccelerometerMeasurementTestActivity.java 120 playSound();
SignificantMotionTestActivity.java 161 playSound();
183 playSound();
226 playSound();
278 playSound();
MagneticFieldMeasurementTestActivity.java 159 playSound();
StepCounterTestActivity.java 157 playSound();
341 playSound();
RotationVectorTestActivity.java 102 playSound();
RVCVXCheckTestActivity.java 177 playSound();
DeviceSuspendTestActivity.java 88 playSound();
OffBodySensorTestActivity.java 572 playSound();
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamManager.java 129 mNfcService.playSound(NfcService.SOUND_END);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
AudioRecordView.java 345 MediaUtil.get().playSound(getContext(), R.raw.audio_initiate, completionListener);
349 MediaUtil.get().playSound(getContext(), R.raw.audio_end, null);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 269 final boolean playSound = bucket != oldBucket || oldPlugged;
293 mWarnings.showLowBatteryWarning(playSound);
533 void showLowBatteryWarning(boolean playSound);
PowerNotificationWarnings.java 443 public void showLowBatteryWarning(boolean playSound) {
446 + " [" + mBucket + "] playSound=" + playSound);
447 mPlaySound = playSound;
  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 84 public void playSound(int soundId);
227 mListener.playSound(MediaActionSound.FOCUS_COMPLETE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
GnssCtsTestActivity.java 209 playSound();
BaseGnssTestActivity.java 293 protected void playSound() throws InterruptedException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestActivity.java 184 playSound();
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 454 sCameraService->playSound(CameraService::SOUND_RECORDING_START);
487 sCameraService->playSound(CameraService::SOUND_RECORDING_STOP);
772 sCameraService->playSound(CameraService::SOUND_RECORDING_START);
965 sCameraService->playSound(CameraService::SOUND_SHUTTER);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java     [all...]

Completed in 803 milliseconds

1 2