Searched refs:mDeviceLightIdlingTimer (Results 1 – 2 of 2) sorted by relevance
1088 StopwatchTimer mDeviceLightIdlingTimer; field in BatteryStatsImpl6020 mDeviceLightIdlingTimer.startRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()6022 mDeviceLightIdlingTimer.stopRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()7554 return mDeviceLightIdlingTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getDeviceIdlingTime()7564 return mDeviceLightIdlingTimer.getCountLocked(which); in getDeviceIdlingCount()11345 mDeviceLightIdlingTimer = new StopwatchTimer(mClock, null, -15, null, mOnBatteryTimeBase); in initTimersAndCounters()11958 mDeviceLightIdlingTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()16506 mDeviceLightIdlingTimer.readSummaryFromParcelLocked(in);17014 mDeviceLightIdlingTimer.writeSummaryFromParcelLocked(out, nowRealtime);17511 mDeviceLightIdlingTimer.logState(pr, " ");
73632 Lcom/android/internal/os/BatteryStatsImpl;->mDeviceLightIdlingTimer:Lcom/android/internal/os/Batter…