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.java123 long lastWakeTime; // How long proc held wake lock at last check field in ProcessRecord
308 pw.print(prefix); pw.print("lastWakeTime="); pw.print(lastWakeTime); in dump()
310 TimeUtils.formatDuration(wtime-lastWakeTime, pw); pw.println(""); in dump()
DActivityManagerService.java13768 if (r.lastWakeTime != 0) { in dumpProcessOomList()
13775 long timeUsed = wtime - r.lastWakeTime; in dumpProcessOomList()
17814 long wtimeUsed = wtime - app.lastWakeTime; in checkExcessivePowerUsageLocked()
17860 app.lastWakeTime = wtime; in checkExcessivePowerUsageLocked()
17983 app.lastWakeTime = stats.getProcessWakeTime(app.info.uid, in applyOomAdjLocked()