Searched refs:computeUptime (Results 1 – 2 of 2) sorted by relevance
1619 public abstract long computeUptime(long curTime, int which); in computeUptime() method in BatteryStats1894 final long totalUptime = computeUptime(rawUptime, which); in dumpCheckinLocked()2375 final long totalUptime = computeUptime(rawUptime, which); in dumpLocked()
535 public long computeUptime(long curTime, int which) { in computeUptime() method in BatteryStatsImpl.TimeBase621 out.writeLong(computeUptime(uptime, STATS_SINCE_CHARGED)); in writeSummaryToParcel()7271 public long computeUptime(long curTime, int which) { in computeUptime() method in BatteryStatsImpl7292 return mOnBatteryTimeBase.computeUptime(curTime, which); in computeBatteryUptime()7302 return mOnBatteryScreenOffTimeBase.computeUptime(curTime, which); in computeBatteryScreenOffUptime()8190 out.writeLong(computeUptime(NOW_SYS, STATS_SINCE_CHARGED)); in writeSummaryToParcel()