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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1704 public void noteStopWakeLocked(int uid, int pid, String name, int type) { method in class:BatteryStatsImpl
1719 getUidStatsLocked(uid).noteStopWakeLocked(pid, name, type);
1733 noteStopWakeLocked(ws.get(i), pid, name, type);
1950 noteStopWakeLocked(-1, -1, "dummy", WAKE_TYPE_PARTIAL);
4428 public void noteStopWakeLocked(int pid, String name, int type) { method in class:BatteryStatsImpl.Uid

Completed in 123 milliseconds