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.java331 mPowerUI.shouldDismissLowBatteryWarning(UNPLUGGED, BELOW_WARNING_BUCKET, in testShouldDismissLowBatteryWarning_dismissWhenPowerSaverEnabled()
345 mPowerUI.shouldDismissLowBatteryWarning(!UNPLUGGED, BELOW_WARNING_BUCKET, in testShouldDismissLowBatteryWarning_dismissWhenPlugged()
359 mPowerUI.shouldDismissLowBatteryWarning(UNPLUGGED, BELOW_WARNING_BUCKET, in testShouldDismissLowBatteryWarning_dismissHybridSignal_showStandardSignal_shouldShow()
373 mPowerUI.shouldDismissLowBatteryWarning(UNPLUGGED, BELOW_WARNING_BUCKET, in testShouldDismissLowBatteryWarning_showHybridSignal_dismissStandardSignal_shouldShow()
387 mPowerUI.shouldDismissLowBatteryWarning(UNPLUGGED, BELOW_WARNING_BUCKET, in testShouldDismissLowBatteryWarning_showBothSignal_shouldShow()
401 mPowerUI.shouldDismissLowBatteryWarning(UNPLUGGED, BELOW_WARNING_BUCKET, in testShouldDismissLowBatteryWarning_dismissBothSignal_shouldDismiss()
415 mPowerUI.shouldDismissLowBatteryWarning(UNPLUGGED, BELOW_WARNING_BUCKET, in testShouldDismissLowBatteryWarning_dismissStandardSignal_hybridDisabled_shouldDismiss()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java305 } else if (shouldDismissLowBatteryWarning(plugged, oldBucket, bucket, mTimeRemaining, in maybeShowBatteryWarning()
328 boolean shouldDismissLowBatteryWarning(boolean plugged, int oldBucket, int bucket, in shouldDismissLowBatteryWarning() method in PowerUI