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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java8625 getWakelockTimerLocked(wl, WAKE_TYPE_FULL).readSummaryFromParcelLocked(in);
8628 getWakelockTimerLocked(wl, WAKE_TYPE_PARTIAL).readSummaryFromParcelLocked(in);
8631 getWakelockTimerLocked(wl, WAKE_TYPE_WINDOW).readSummaryFromParcelLocked(in);
8634 getWakelockTimerLocked(wl, WAKE_TYPE_DRAW).readSummaryFromParcelLocked(in);
8699 public StopwatchTimer getWakelockTimerLocked(Wakelock wl, int type) { method in class:BatteryStatsImpl.Uid
8749 getWakelockTimerLocked(wl, type).startRunningLocked(elapsedRealtimeMs);
8765 getWakelockTimerLocked(wl, type).stopRunningLocked(elapsedRealtimeMs);

Completed in 51 milliseconds