Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java171 private boolean mPlaySound; field in PowerNotificationWarnings
212 pw.print("mPlaySound="); pw.println(mPlaySound); in dump()
249 + mPlaySound + " mInvalidCharger=" + mInvalidCharger); in updateNotification()
332 nb.setOnlyAlertOnce(!mPlaySound); in showWarningNotification()
333 mPlaySound = false; in showWarningNotification()
616 mPlaySound = playSound; in showLowBatteryWarning()