Searched defs:computeBatteryRealtime (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java2323 public abstract long computeBatteryRealtime(long curTime, int which); method in class:BatteryStats
2906 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which);
3443 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java9924 public long computeBatteryRealtime(long curTime, int which) { method in class:BatteryStatsImpl
9987 long duration = computeBatteryRealtime(curTime, STATS_SINCE_CHARGED);
10026 long duration = computeBatteryRealtime(curTime, STATS_SINCE_UNPLUGGED);

Completed in 38 milliseconds