Searched refs:getSystemCpuTimeUs (Results 1 – 4 of 4) sorted by relevance
35 app.cpuTimeMs = (u.getUserCpuTimeUs(statsType) + u.getSystemCpuTimeUs(statsType)) / 1000; in calculateApp()
5605 public long getSystemCpuTimeUs(int which) { in getSystemCpuTimeUs() method in BatteryStatsImpl.Uid
365 uid.getSystemCpuTimeUs(STATS_SINCE_UNPLUGGED)/1000); in writeUid()
531 public abstract long getSystemCpuTimeUs(int which); in getSystemCpuTimeUs() method in BatteryStats.Uid3250 final long systemCpuTimeUs = u.getSystemCpuTimeUs(which); in dumpCheckinLocked()4417 final long systemCpuTimeUs = u.getSystemCpuTimeUs(which); in dumpLocked()