Searched defs:noteStartWakeLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3378 public void noteStartWakeLocked(int uid, int pid, String name, String historyName, int type, method in class:BatteryStatsImpl
3427 getUidStatsLocked(uid).noteStartWakeLocked(pid, name, type, elapsedRealtime);
3472 noteStartWakeLocked(ws.get(i), pid, name, historyName, type, unimportantForLogging,
3487 noteStartWakeLocked(newWs.get(i), newPid, newName, newHistoryName, newType,
3713 noteStartWakeLocked(-1, -1, "screen", null, WAKE_TYPE_PARTIAL, false,
7807 public void noteStartWakeLocked(int pid, String name, int type, long elapsedRealtimeMs) { method in class:BatteryStatsImpl.Uid

Completed in 61 milliseconds