Searched refs:mDeviceLightIdlingTimer (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java380 StopwatchTimer mDeviceLightIdlingTimer; field in class:BatteryStatsImpl
3912 mDeviceLightIdlingTimer.startRunningLocked(elapsedRealtime);
3914 mDeviceLightIdlingTimer.stopRunningLocked(elapsedRealtime);
4932 return mDeviceLightIdlingTimer.getTotalTimeLocked(elapsedRealtimeUs, which);
4942 return mDeviceLightIdlingTimer.getCountLocked(which);
7919 mDeviceLightIdlingTimer = new StopwatchTimer(mClocks, null, -15, null, mOnBatteryTimeBase);
8584 mDeviceLightIdlingTimer.reset(false);
10544 mDeviceLightIdlingTimer.readSummaryFromParcelLocked(in);
10904 mDeviceLightIdlingTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS);
11268 mDeviceLightIdlingTimer
[all...]

Completed in 205 milliseconds