Searched refs:computeBatteryUptime (Results 1 – 5 of 5) sorted by relevance
84 long batteryUptimeUs = batteryStats.computeBatteryUptime(rawUptimeUs, statsType); in calculatePowerAndDuration()
377 + (mStats.computeBatteryUptime(rawRealtimeUs, mStatsType) / 1000)); in refreshStats()
13954 public long computeBatteryUptime(long curTimeUs, int which) { in computeBatteryUptime() method in BatteryStatsImpl
70 bs.computeBatteryUptime(mNowUptimeMs*1000, STATS_SINCE_CHARGED)/1000); in writeUid()
3068 public abstract long computeBatteryUptime(long curTime, int which); in computeBatteryUptime() method in BatteryStats3891 final long whichBatteryUptime = computeBatteryUptime(rawUptime, which); in dumpCheckinLocked()4671 final long whichBatteryUptime = computeBatteryUptime(rawUptime, which); in dumpLocked()7880 computeBatteryUptime(rawUptimeUs, which) / 1000); in dumpProtoSystemLocked()