Searched refs:mDeviceLightIdlingTimer (Results 1 – 2 of 2) sorted by relevance
1006 StopwatchTimer mDeviceLightIdlingTimer; field in BatteryStatsImpl5772 mDeviceLightIdlingTimer.startRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()5774 mDeviceLightIdlingTimer.stopRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()7227 return mDeviceLightIdlingTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getDeviceIdlingTime()7237 return mDeviceLightIdlingTimer.getCountLocked(which); in getDeviceIdlingCount()10938 mDeviceLightIdlingTimer = new StopwatchTimer(mClock, null, -15, null, mOnBatteryTimeBase); in initTimersAndCounters()11571 mDeviceLightIdlingTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()15887 mDeviceLightIdlingTimer.readSummaryFromParcelLocked(in);16387 mDeviceLightIdlingTimer.writeSummaryFromParcelLocked(out, nowRealtime);16878 mDeviceLightIdlingTimer.logState(pr, " ");
74275 Lcom/android/internal/os/BatteryStatsImpl;->mDeviceLightIdlingTimer:Lcom/android/internal/os/Batter…