Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
DPowerUITest.java168 mPowerUI.shouldShowLowBatteryWarning(UNPLUGGED, UNPLUGGED, ABOVE_WARNING_BUCKET, in testShouldShowLowBatteryWarning_showHybridOnly_overrideThresholdHigh_returnsNoShow()
185 mPowerUI.shouldShowLowBatteryWarning(UNPLUGGED, UNPLUGGED, ABOVE_WARNING_BUCKET, in testShouldShowLowBatteryWarning_showHybridOnly_overrideThresholdHigh_returnsShow()
201 mPowerUI.shouldShowLowBatteryWarning(UNPLUGGED, UNPLUGGED, ABOVE_WARNING_BUCKET, in testShouldShowLowBatteryWarning_showHybridOnly_returnsShow()
217 mPowerUI.shouldShowLowBatteryWarning(UNPLUGGED, UNPLUGGED, ABOVE_WARNING_BUCKET, in testShouldShowLowBatteryWarning_showHybrid_showStandard_returnsShow()
233 mPowerUI.shouldShowLowBatteryWarning(UNPLUGGED, UNPLUGGED, ABOVE_WARNING_BUCKET, in testShouldShowLowBatteryWarning_showStandardOnly_returnsShow()
248 mPowerUI.shouldShowLowBatteryWarning(UNPLUGGED, UNPLUGGED, ABOVE_WARNING_BUCKET, in testShouldShowLowBatteryWarning_deviceHighBattery_returnsNoShow()
263 mPowerUI.shouldShowLowBatteryWarning(!UNPLUGGED, UNPLUGGED, ABOVE_WARNING_BUCKET, in testShouldShowLowBatteryWarning_devicePlugged_returnsNoShow()
279 mPowerUI.shouldShowLowBatteryWarning(UNPLUGGED, UNPLUGGED, ABOVE_WARNING_BUCKET, in testShouldShowLowBatteryWarning_deviceBatteryStatusUnknown_returnsNoShow()
294 mPowerUI.shouldShowLowBatteryWarning(UNPLUGGED, UNPLUGGED, ABOVE_WARNING_BUCKET, in testShouldShowLowBatteryWarning_batterySaverEnabled_returnsNoShow()
316 mPowerUI.shouldShowLowBatteryWarning(UNPLUGGED, UNPLUGGED, ABOVE_WARNING_BUCKET, in testShouldShowLowBatteryWarning_onlyShowsOncePerChargeCycle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java291 if (shouldShowLowBatteryWarning(plugged, oldPlugged, oldBucket, bucket, in maybeShowBatteryWarning()
314 boolean shouldShowLowBatteryWarning(boolean plugged, boolean oldPlugged, int oldBucket, in shouldShowLowBatteryWarning() method in PowerUI