Searched refs:shouldShowLowBatteryWarning (Results 1 – 2 of 2) sorted by relevance
557 boolean shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()563 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()569 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()576 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()586 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()595 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()604 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()613 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()
441 if (shouldShowLowBatteryWarning(currentSnapshot, lastSnapshot)) { in maybeShowBatteryWarning()451 boolean shouldShowLowBatteryWarning( in shouldShowLowBatteryWarning() method in PowerUI