Searched refs:getUserCpuTimeUs (Results 1 – 4 of 4) sorted by relevance
35 app.cpuTimeMs = (u.getUserCpuTimeUs(statsType) + u.getSystemCpuTimeUs(statsType)) / 1000; in calculateApp()
5600 public long getUserCpuTimeUs(int which) { in getUserCpuTimeUs() method in BatteryStatsImpl.Uid
361 uid.getUserCpuTimeUs(STATS_SINCE_UNPLUGGED)/1000); in writeUid()
526 public abstract long getUserCpuTimeUs(int which); in getUserCpuTimeUs() method in BatteryStats.Uid3249 final long userCpuTimeUs = u.getUserCpuTimeUs(which); in dumpCheckinLocked()4416 final long userCpuTimeUs = u.getUserCpuTimeUs(which); in dumpLocked()