Searched refs:getForegroundTime (Results 1 – 7 of 7) sorted by relevance
35 fgTime = op.getForegroundTime(); in RunResult()
346 public long getForegroundTime() { in getForegroundTime() method in TestService.TestRunner
252 durationFgMs += ps.getForegroundTime(statsType); in calculatePowerAndDuration()255 + ps.getForegroundTime(statsType); in calculatePowerAndDuration()
10107 public long getForegroundTime(int which) { in getForegroundTime() method in BatteryStatsImpl.Uid.Proc
416 proc.getForegroundTime(STATS_SINCE_CHARGED)); in writeProc()
1272 public abstract long getForegroundTime(int which); in getForegroundTime() method in BatteryStats.Uid.Proc5054 final long foregroundMillis = ps.getForegroundTime(which); in dumpCheckinLocked()6668 foregroundTime = ps.getForegroundTime(which); in dumpLocked()8267 proto.write(UidProto.Process.FOREGROUND_DURATION_MS, ps.getForegroundTime(which)); in dumpProtoAppsLocked()
9474 HPLcom/android/server/power/stats/BatteryStatsImpl$Uid$Proc;->getForegroundTime(I)J