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.java647 boolean shouldDismiss = mPowerUI.shouldDismissLowBatteryWarning(state.get(), lastState); in testShouldDismissStandardWarning()
653 shouldDismiss = mPowerUI.shouldDismissLowBatteryWarning(state.get(), lastState); in testShouldDismissStandardWarning()
661 shouldDismiss = mPowerUI.shouldDismissLowBatteryWarning(state.get(), lastState); in testShouldDismissStandardWarning()
668 shouldDismiss = mPowerUI.shouldDismissLowBatteryWarning(state.get(), lastState); in testShouldDismissStandardWarning()
676 shouldDismiss = mPowerUI.shouldDismissLowBatteryWarning(state.get(), lastState); in testShouldDismissStandardWarning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java484 } else if (shouldDismissLowBatteryWarning(currentSnapshot, lastSnapshot)) { in maybeShowBatteryWarning()
504 boolean shouldDismissLowBatteryWarning( in shouldDismissLowBatteryWarning() method in PowerUI