Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/am/
DProcessRecord.java275 long wtime; in dump() local
277 wtime = mBatteryStats.getProcessWakeTime(info.uid, in dump()
280 long timeUsed = wtime - lastWakeTime; in dump()
DActivityManagerService.java11638 long wtime; in dumpProcessOomList() local
11641 wtime = stats.getProcessWakeTime(r.info.uid, in dumpProcessOomList()
11644 long timeUsed = wtime - r.lastWakeTime; in dumpProcessOomList()
15180 long wtime; in checkExcessivePowerUsageLocked() local
15182 wtime = stats.getProcessWakeTime(app.info.uid, in checkExcessivePowerUsageLocked()
15185 long wtimeUsed = wtime - app.lastWakeTime; in checkExcessivePowerUsageLocked()
15233 app.lastWakeTime = wtime; in checkExcessivePowerUsageLocked()