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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1358 final ArrayList<StopwatchTimer> mTimerPool; field in class:BatteryStatsImpl.StopwatchTimer
1387 mTimerPool = timerPool;
1395 mTimerPool = timerPool;
1430 if (mTimerPool != null) {
1433 refreshTimersLocked(batteryRealtime, mTimerPool, null);
1435 mTimerPool.add(this);
1456 if (mTimerPool != null) {
1457 return refreshTimersLocked(batteryRealtime, mTimerPool, this);
1474 if (mTimerPool != null) {
1477 refreshTimersLocked(batteryRealtime, mTimerPool, nul
[all...]

Completed in 18 milliseconds