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