HomeSort by relevance Sort by last modified time
    Searched refs:getLowWarningThreshold (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
EnhancedEstimates.java 19 long getLowWarningThreshold();
EnhancedEstimatesImpl.java 18 public long getLowWarningThreshold() {
PowerUI.java 278 mWarnings.updateThresholds(mEnhancedEstimates.getLowWarningThreshold(),
331 && timeRemaining > mEnhancedEstimates.getLowWarningThreshold();
349 && (timeRemaining < mEnhancedEstimates.getLowWarningThreshold()
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
PowerUITest.java 160 when(mEnhancedEstimates.getLowWarningThreshold())
177 when(mEnhancedEstimates.getLowWarningThreshold())
194 when(mEnhancedEstimates.getLowWarningThreshold()).thenReturn(PowerUI.THREE_HOURS_IN_MILLIS);
210 when(mEnhancedEstimates.getLowWarningThreshold()).thenReturn(PowerUI.THREE_HOURS_IN_MILLIS);
226 when(mEnhancedEstimates.getLowWarningThreshold()).thenReturn(PowerUI.THREE_HOURS_IN_MILLIS);
242 when(mEnhancedEstimates.getLowWarningThreshold()).thenReturn(PowerUI.THREE_HOURS_IN_MILLIS);
257 when(mEnhancedEstimates.getLowWarningThreshold()).thenReturn(PowerUI.THREE_HOURS_IN_MILLIS);
272 when(mEnhancedEstimates.getLowWarningThreshold()).thenReturn(PowerUI.THREE_HOURS_IN_MILLIS);
288 when(mEnhancedEstimates.getLowWarningThreshold()).thenReturn(PowerUI.THREE_HOURS_IN_MILLIS);
304 when(mEnhancedEstimates.getLowWarningThreshold()).thenReturn(PowerUI.THREE_HOURS_IN_MILLIS)
    [all...]

Completed in 61 milliseconds