Searched refs:mDeviceIdlingTimer (Results 1 – 2 of 2) sorted by relevance
1003 StopwatchTimer mDeviceIdlingTimer; field in BatteryStatsImpl5764 mDeviceIdlingTimer.startRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()5766 mDeviceIdlingTimer.stopRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()7229 return mDeviceIdlingTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getDeviceIdlingTime()7239 return mDeviceIdlingTimer.getCountLocked(which); in getDeviceIdlingCount()10939 mDeviceIdlingTimer = new StopwatchTimer(mClock, null, -12, null, mOnBatteryTimeBase); in initTimersAndCounters()11572 mDeviceIdlingTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()15888 mDeviceIdlingTimer.readSummaryFromParcelLocked(in);16388 mDeviceIdlingTimer.writeSummaryFromParcelLocked(out, nowRealtime);16880 mDeviceIdlingTimer.logState(pr, " ");
74273 Lcom/android/internal/os/BatteryStatsImpl;->mDeviceIdlingTimer:Lcom/android/internal/os/BatteryStat…