Searched refs:computeBatteryUptime (Results 1 – 4 of 4) sorted by relevance
73 long batteryUptimeUs = batteryStats.computeBatteryUptime(rawUptimeUs, statsType); in calculatePowerAndDuration()
15222 public long computeBatteryUptime(long curTimeUs, int which) {
70 bs.computeBatteryUptime(mNowUptimeMs*1000, STATS_SINCE_CHARGED)/1000); in writeUid()
3448 public abstract long computeBatteryUptime(long curTime, int which); in computeBatteryUptime() method in BatteryStats4452 final long whichBatteryUptime = computeBatteryUptime(rawUptime, which); in dumpCheckinLocked()5189 final long whichBatteryUptime = computeBatteryUptime(rawUptime, which); in dumpLocked()8535 computeBatteryUptime(rawUptimeUs, which) / 1000); in dumpProtoSystemLocked()