Searched refs:getUserTime (Results 1 – 5 of 5) sorted by relevance
174 final long costValue = ps.getUserTime(statsType) + ps.getSystemTime(statsType) in calculatePowerAndDuration()
9903 public long getUserTime(int which) { in getUserTime() method in BatteryStatsImpl.Uid.Proc
396 proc.getUserTime(STATS_SINCE_CHARGED)); in writeProc()
531 expectedUserTimeUs / 1000, proc.getUserTime(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_withPartialTimers()
1122 public abstract long getUserTime(int which); in getUserTime() method in BatteryStats.Uid.Proc4581 final long userMillis = ps.getUserTime(which); in dumpCheckinLocked()6136 userTime = ps.getUserTime(which); in dumpLocked()7628 proto.write(UidProto.Process.USER_DURATION_MS, ps.getUserTime(which)); in dumpProtoAppsLocked()