Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java151 private boolean mPlaySound; field in PowerNotificationWarnings
177 pw.print("mPlaySound="); pw.println(mPlaySound); in dump()
214 + mPlaySound + " mInvalidCharger=" + mInvalidCharger); in updateNotification()
299 nb.setOnlyAlertOnce(!mPlaySound); in showWarningNotification()
300 mPlaySound = false; in showWarningNotification()
566 mPlaySound = playSound; in showLowBatteryWarning()