Searched refs:noteStopWakeLocked (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java455 mStats.noteStopWakeLocked(uid, pid, name, historyName, type,
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3431 public void noteStopWakeLocked(int uid, int pid, String name, String historyName, int type, method in class:BatteryStatsImpl
3462 getUidStatsLocked(uid).noteStopWakeLocked(pid, name, type, elapsedRealtime);
3492 noteStopWakeLocked(ws.get(i), pid, name, historyName, type, elapsedRealtime, uptime);
3502 noteStopWakeLocked(ws.get(i), pid, name, historyName, type, elapsedRealtime, uptime);
3733 noteStopWakeLocked(-1, -1, "screen", "screen", WAKE_TYPE_PARTIAL,
7820 public void noteStopWakeLocked(int pid, String name, int type, long elapsedRealtimeMs) { method in class:BatteryStatsImpl.Uid

Completed in 73 milliseconds