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.java148 private boolean mPlaySound; field in PowerNotificationWarnings
174 pw.print("mPlaySound="); pw.println(mPlaySound); in dump()
211 + mPlaySound + " mInvalidCharger=" + mInvalidCharger); in updateNotification()
296 nb.setOnlyAlertOnce(!mPlaySound); in showWarningNotification()
297 mPlaySound = false; in showWarningNotification()
519 mPlaySound = playSound; in showLowBatteryWarning()