Home
last modified time | relevance | path

Searched refs:getLowWarningThreshold (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DEnhancedEstimates.java21 long getLowWarningThreshold(); in getLowWarningThreshold() method
DEnhancedEstimatesImpl.java26 public long getLowWarningThreshold() { in getLowWarningThreshold() method in EnhancedEstimatesImpl
DPowerUI.java314 mEnhancedEstimates.getLowWarningThreshold(), estimate.isBasedOnUsage(), in maybeShowBatteryWarningV2()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
DPowerUITest.java511 when(mEnhancedEstimates.getLowWarningThreshold()).thenReturn(PowerUI.THREE_HOURS_IN_MILLIS); in testRefreshEstimateIfNeeded_onlyQueriesEstimateOnBatteryLevelChangeOrNull()