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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java444 StopwatchTimer mDeviceLightIdlingTimer; field in class:BatteryStatsImpl
4421 mDeviceLightIdlingTimer.startRunningLocked(elapsedRealtime);
4423 mDeviceLightIdlingTimer.stopRunningLocked(elapsedRealtime);
5455 return mDeviceLightIdlingTimer.getTotalTimeLocked(elapsedRealtimeUs, which);
5465 return mDeviceLightIdlingTimer.getCountLocked(which);
8852 mDeviceLightIdlingTimer = new StopwatchTimer(mClocks, null, -15, null, mOnBatteryTimeBase);
9541 mDeviceLightIdlingTimer.reset(false);
11818 mDeviceLightIdlingTimer.readSummaryFromParcelLocked(in);
12237 mDeviceLightIdlingTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS);
12678 mDeviceLightIdlingTimer
[all...]

Completed in 72 milliseconds