Home
last modified time | relevance | path

Searched refs:fgTimer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DBatteryStats.java2270 Timer fgTimer = u.getForegroundActivityTimer(); in dumpCheckinLocked() local
2271 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() local
3260 if (fgTimer != null) { in dumpLocked()
3262 long totalTime = (fgTimer.getTotalTimeLocked(rawRealtime, which) + 500) / 1000; in dumpLocked()
3263 int count = fgTimer.getCountLocked(which); in dumpLocked()