Searched refs:computeBatteryUptime (Results 1 – 3 of 3) sorted by relevance
319 mTypeBatteryUptime = mStats.computeBatteryUptime(rawUptimeUs, mStatsType); in refreshStats()
7263 return computeBatteryUptime(getBatteryUptimeLocked(), STATS_CURRENT); in getAwakeTimeBattery()7291 public long computeBatteryUptime(long curTime, int which) { in computeBatteryUptime() method in BatteryStatsImpl
1587 public abstract long computeBatteryUptime(long curTime, int which); in computeBatteryUptime() method in BatteryStats1888 final long whichBatteryUptime = computeBatteryUptime(rawUptime, which); in dumpCheckinLocked()2372 final long whichBatteryUptime = computeBatteryUptime(rawUptime, which); in dumpLocked()