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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java200 final boolean playSound = bucket != oldBucket || oldPlugged;
201 mWarnings.showLowBatteryWarning(playSound);
256 void showLowBatteryWarning(boolean playSound); argument
H A DPowerNotificationWarnings.java288 public void showLowBatteryWarning(boolean playSound) { argument
291 + " [" + mBucket + "] playSound=" + playSound);
292 mPlaySound = playSound;
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1260 playSound(locked ? mLockSoundId : mUnlockSoundId);
1263 private void playSound(int soundId) { method in class:KeyguardViewMediator
1287 playSound(mTrustedSoundId);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1349 void CameraService::playSound(sound_kind kind) { function in class:android::CameraService
1350 LOG1("playSound(%d)", kind);

Completed in 6218 milliseconds