Searched refs:getSystemTime (Results 1 – 6 of 6) sorted by relevance
254 final long costValue = ps.getUserTime(statsType) + ps.getSystemTime(statsType) in calculatePowerAndDuration()
10102 public long getSystemTime(int which) { in getSystemTime() method in BatteryStatsImpl.Uid.Proc
400 proc.getSystemTime(STATS_SINCE_CHARGED)); in writeProc()
535 expectedSystemTimeUs / 1000, proc.getSystemTime(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_withPartialTimers()
1242 public abstract long getSystemTime(int which); in getSystemTime() method in BatteryStats.Uid.Proc5053 final long systemMillis = ps.getSystemTime(which); in dumpCheckinLocked()6667 systemTime = ps.getSystemTime(which); in dumpLocked()8266 proto.write(UidProto.Process.SYSTEM_DURATION_MS, ps.getSystemTime(which)); in dumpProtoAppsLocked()
9478 HPLcom/android/server/power/stats/BatteryStatsImpl$Uid$Proc;->getSystemTime(I)J