Home | History | Annotate | Download | only in os

Lines Matching refs:computeUptime

535         public long computeUptime(long curTime, int which) {
621 out.writeLong(computeUptime(uptime, STATS_SINCE_CHARGED));
7271 public long computeUptime(long curTime, int which) {
7292 return mOnBatteryTimeBase.computeUptime(curTime, which);
7302 return mOnBatteryScreenOffTimeBase.computeUptime(curTime, which);
8190 out.writeLong(computeUptime(NOW_SYS, STATS_SINCE_CHARGED));