Searched refs:getUserTime (Results 1 – 6 of 6) sorted by relevance
91 final long costValue = ps.getUserTime(statsType) + ps.getSystemTime(statsType) in calculateApp()
9083 public long getUserTime(int which) { in getUserTime() method in BatteryStatsImpl.Uid.Proc
396 proc.getUserTime(STATS_SINCE_CHARGED)); in writeProc()
528 expectedUserTimeUs / 1000, proc.getUserTime(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_withPartialTimers()
1039 public abstract long getUserTime(int which); in getUserTime() method in BatteryStats.Uid.Proc4414 final long userMillis = ps.getUserTime(which); in dumpCheckinLocked()6085 userTime = ps.getUserTime(which); in dumpLocked()7611 proto.write(UidProto.Process.USER_DURATION_MS, ps.getUserTime(which)); in dumpProtoAppsLocked()
20675 HSPLcom/android/internal/os/BatteryStatsImpl$Uid$Proc;->getUserTime(I)J