Searched refs:shouldShowLowBatteryWarning (Results 1 – 2 of 2) sorted by relevance
578 boolean shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()584 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()590 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()597 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()607 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()616 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()625 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()634 shouldShow = mPowerUI.shouldShowLowBatteryWarning(state.get(), lastState); in testShouldShowStandardWarning()
482 if (shouldShowLowBatteryWarning(currentSnapshot, lastSnapshot)) { in maybeShowBatteryWarning()492 boolean shouldShowLowBatteryWarning( in shouldShowLowBatteryWarning() method in PowerUI