Searched refs:getUserTime (Results 1 – 6 of 6) sorted by relevance
254 final long costValue = ps.getUserTime(statsType) + ps.getSystemTime(statsType) in calculatePowerAndDuration()
10097 public long getUserTime(int which) { in getUserTime() method in BatteryStatsImpl.Uid.Proc
396 proc.getUserTime(STATS_SINCE_CHARGED)); in writeProc()
533 expectedUserTimeUs / 1000, proc.getUserTime(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_withPartialTimers()
1234 public abstract long getUserTime(int which); in getUserTime() method in BatteryStats.Uid.Proc5052 final long userMillis = ps.getUserTime(which); in dumpCheckinLocked()6666 userTime = ps.getUserTime(which); in dumpLocked()8265 proto.write(UidProto.Process.USER_DURATION_MS, ps.getUserTime(which)); in dumpProtoAppsLocked()
9479 HPLcom/android/server/power/stats/BatteryStatsImpl$Uid$Proc;->getUserTime(I)J