Searched refs:computeBatteryRealtime (Results 1 – 3 of 3) sorted by relevance
320 mTypeBatteryRealtime = mStats.computeBatteryRealtime(rawRealtimeUs, mStatsType); in refreshStats()
7296 public long computeBatteryRealtime(long curTime, int which) { in computeBatteryRealtime() method in BatteryStatsImpl7596 long uSecTime = computeBatteryRealtime(SystemClock.elapsedRealtime() * 1000, which); in distributeWorkLocked()
1595 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime() method in BatteryStats1889 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which); in dumpCheckinLocked()2373 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which); in dumpLocked()