Searched refs:getSystemTime (Results 1 – 6 of 6) sorted by relevance
91 final long costValue = ps.getUserTime(statsType) + ps.getSystemTime(statsType) in calculateApp()
9089 public long getSystemTime(int which) { in getSystemTime() method in BatteryStatsImpl.Uid.Proc
400 proc.getSystemTime(STATS_SINCE_CHARGED)); in writeProc()
530 expectedSystemTimeUs / 1000, proc.getSystemTime(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_withPartialTimers()
1047 public abstract long getSystemTime(int which); in getSystemTime() method in BatteryStats.Uid.Proc4415 final long systemMillis = ps.getSystemTime(which); in dumpCheckinLocked()6086 systemTime = ps.getSystemTime(which); in dumpLocked()7612 proto.write(UidProto.Process.SYSTEM_DURATION_MS, ps.getSystemTime(which)); in dumpProtoAppsLocked()
20674 HSPLcom/android/internal/os/BatteryStatsImpl$Uid$Proc;->getSystemTime(I)J