Searched refs:mDeviceIdlingTimer (Results 1 – 2 of 2) sorted by relevance
1085 StopwatchTimer mDeviceIdlingTimer; field in BatteryStatsImpl6012 mDeviceIdlingTimer.startRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()6014 mDeviceIdlingTimer.stopRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()7556 return mDeviceIdlingTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getDeviceIdlingTime()7566 return mDeviceIdlingTimer.getCountLocked(which); in getDeviceIdlingCount()11346 mDeviceIdlingTimer = new StopwatchTimer(mClock, null, -12, null, mOnBatteryTimeBase); in initTimersAndCounters()11959 mDeviceIdlingTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()16507 mDeviceIdlingTimer.readSummaryFromParcelLocked(in);17015 mDeviceIdlingTimer.writeSummaryFromParcelLocked(out, nowRealtime);17513 mDeviceIdlingTimer.logState(pr, " ");
73630 Lcom/android/internal/os/BatteryStatsImpl;->mDeviceIdlingTimer:Lcom/android/internal/os/BatteryStat…