Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
DPowerUITest.java626 boolean shouldDismiss = mPowerUI.shouldDismissLowBatteryWarning(state.get(), lastState); in testShouldDismissStandardWarning()
632 shouldDismiss = mPowerUI.shouldDismissLowBatteryWarning(state.get(), lastState); in testShouldDismissStandardWarning()
640 shouldDismiss = mPowerUI.shouldDismissLowBatteryWarning(state.get(), lastState); in testShouldDismissStandardWarning()
647 shouldDismiss = mPowerUI.shouldDismissLowBatteryWarning(state.get(), lastState); in testShouldDismissStandardWarning()
655 shouldDismiss = mPowerUI.shouldDismissLowBatteryWarning(state.get(), lastState); in testShouldDismissStandardWarning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java443 } else if (shouldDismissLowBatteryWarning(currentSnapshot, lastSnapshot)) { in maybeShowBatteryWarning()
463 boolean shouldDismissLowBatteryWarning( in shouldDismissLowBatteryWarning() method in PowerUI