Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java133 long lastWakeTime; // How long proc held wake lock at last check field in ProcessRecord
324 pw.print(prefix); pw.print("lastWakeTime="); pw.print(lastWakeTime); in dump()
326 TimeUtils.formatDuration(wtime-lastWakeTime, pw); pw.println(""); in dump()
DActivityManagerService.java14322 if (r.lastWakeTime != 0) { in dumpProcessOomList()
14329 long timeUsed = wtime - r.lastWakeTime; in dumpProcessOomList()
18534 long wtimeUsed = wtime - app.lastWakeTime; in checkExcessivePowerUsageLocked()
18580 app.lastWakeTime = wtime; in checkExcessivePowerUsageLocked()
18701 app.lastWakeTime = stats.getProcessWakeTime(app.info.uid, in applyOomAdjLocked()