Searched refs:getStopwatchTimer (Results 1 – 1 of 1) sorted by relevance
5299 public StopwatchTimer getStopwatchTimer(int type) { in getStopwatchTimer() method in BatteryStatsImpl.Uid.Wakelock6261 wl.getStopwatchTimer(WAKE_TYPE_FULL).readSummaryFromParcelLocked(in); in readWakeSummaryFromParcelLocked()6264 wl.getStopwatchTimer(WAKE_TYPE_PARTIAL).readSummaryFromParcelLocked(in); in readWakeSummaryFromParcelLocked()6267 wl.getStopwatchTimer(WAKE_TYPE_WINDOW).readSummaryFromParcelLocked(in); in readWakeSummaryFromParcelLocked()6325 wl.getStopwatchTimer(type).startRunningLocked(elapsedRealtimeMs); in noteStartWakeLocked()6338 wl.getStopwatchTimer(type).stopRunningLocked(elapsedRealtimeMs); in noteStopWakeLocked()