Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java319 long wtime; in dump() local
321 wtime = mBatteryStats.getProcessWakeTime(info.uid, in dump()
326 TimeUtils.formatDuration(wtime-lastWakeTime, pw); pw.println(""); in dump()
DActivityManagerService.java14323 long wtime; in dumpProcessOomList() local
14326 wtime = stats.getProcessWakeTime(r.info.uid, in dumpProcessOomList()
14329 long timeUsed = wtime - r.lastWakeTime; in dumpProcessOomList()
18529 long wtime; in checkExcessivePowerUsageLocked() local
18531 wtime = stats.getProcessWakeTime(app.info.uid, in checkExcessivePowerUsageLocked()
18534 long wtimeUsed = wtime - app.lastWakeTime; in checkExcessivePowerUsageLocked()
18580 app.lastWakeTime = wtime; in checkExcessivePowerUsageLocked()