Searched refs:getSystemTime (Results 1 – 5 of 5) sorted by relevance
174 final long costValue = ps.getUserTime(statsType) + ps.getSystemTime(statsType) in calculatePowerAndDuration()
9909 public long getSystemTime(int which) { in getSystemTime() method in BatteryStatsImpl.Uid.Proc
400 proc.getSystemTime(STATS_SINCE_CHARGED)); in writeProc()
533 expectedSystemTimeUs / 1000, proc.getSystemTime(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_withPartialTimers()
1130 public abstract long getSystemTime(int which); in getSystemTime() method in BatteryStats.Uid.Proc4582 final long systemMillis = ps.getSystemTime(which); in dumpCheckinLocked()6137 systemTime = ps.getSystemTime(which); in dumpLocked()7629 proto.write(UidProto.Process.SYSTEM_DURATION_MS, ps.getSystemTime(which)); in dumpProtoAppsLocked()