Searched refs:fgTimer (Results 1 – 1 of 1) sorted by relevance
2270 Timer fgTimer = u.getForegroundActivityTimer(); in dumpCheckinLocked() local2271 if (fgTimer != null) { in dumpCheckinLocked()2273 long totalTime = (fgTimer.getTotalTimeLocked(rawRealtime, which) + 500) / 1000; in dumpCheckinLocked()2274 int count = fgTimer.getCountLocked(which); in dumpCheckinLocked()3259 Timer fgTimer = u.getForegroundActivityTimer(); in dumpLocked() local3260 if (fgTimer != null) { in dumpLocked()3262 long totalTime = (fgTimer.getTotalTimeLocked(rawRealtime, which) + 500) / 1000; in dumpLocked()3263 int count = fgTimer.getCountLocked(which); in dumpLocked()