Searched refs:getSystemCpuTimeUs (Results 1 – 7 of 7) sorted by relevance
286 uidTimesUs[i][1], u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked()320 uidTimesUs[i][1] + deltasUs[i][1], u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked()364 uidTimesUs[i][1], u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_isolatedUid()408 expectedSystemTimeUs, u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_isolatedUid()451 uidTimesUs[i][1], u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_invalidUid()502 expectedSystemTimeUs, u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_withPartialTimers()520 expectedSystemTimeUs, u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_withPartialTimers()
291 public long getSystemCpuTimeUs(int which) { in getSystemCpuTimeUs() method in FakeUid
145 long durationMs = (u.getUserCpuTimeUs(statsType) + u.getSystemCpuTimeUs(statsType)) / 1000; in calculatePowerAndDuration()
8815 public long getSystemCpuTimeUs(int which) { in getSystemCpuTimeUs() method in BatteryStatsImpl.Uid15203 pw.println(uid.getSystemCpuTimeUs(STATS_SINCE_CHARGED) / 1000);
366 uid.getSystemCpuTimeUs(STATS_SINCE_CHARGED)/1000); in writeUid()
948 public abstract long getSystemCpuTimeUs(int which); in getSystemCpuTimeUs() method in BatteryStats.Uid4552 final long systemCpuTimeUs = u.getSystemCpuTimeUs(which); in dumpCheckinLocked()6169 final long systemCpuTimeUs = u.getSystemCpuTimeUs(which); in dumpLocked()7559 proto.write(UidProto.Cpu.SYSTEM_DURATION_MS, roundUsToMs(u.getSystemCpuTimeUs(which))); in dumpProtoAppsLocked()
38382 Landroid/os/BatteryStats$Uid;->getSystemCpuTimeUs(I)J77197 Lcom/android/internal/os/BatteryStatsImpl$Uid;->getSystemCpuTimeUs(I)J