Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java1360 public long computeTimeEstimate(long modesOfInterest, long modeValues, in computeTimeEstimate() method in BatteryStats.LevelStepTracker
6902 long timeRemaining = steps.computeTimeEstimate(0, 0, tmpOutInt); in dumpDailyLevelStepSummary()
6912 long estimatedTime = steps.computeTimeEstimate(STEP_LEVEL_MODES_OF_INTEREST[i], in dumpDailyLevelStepSummary()
7044 steps.computeTimeEstimate(STEP_LEVEL_MODES_OF_INTEREST[i], in dumpLocked()