Searched refs:wtime (Results 1 – 2 of 2) sorted by relevance
319 long wtime; in dump() local321 wtime = mBatteryStats.getProcessWakeTime(info.uid, in dump()326 TimeUtils.formatDuration(wtime-lastWakeTime, pw); pw.println(""); in dump()
14323 long wtime; in dumpProcessOomList() local14326 wtime = stats.getProcessWakeTime(r.info.uid, in dumpProcessOomList()14329 long timeUsed = wtime - r.lastWakeTime; in dumpProcessOomList()18529 long wtime; in checkExcessivePowerUsageLocked() local18531 wtime = stats.getProcessWakeTime(app.info.uid, in checkExcessivePowerUsageLocked()18534 long wtimeUsed = wtime - app.lastWakeTime; in checkExcessivePowerUsageLocked()18580 app.lastWakeTime = wtime; in checkExcessivePowerUsageLocked()