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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java247 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>(); field in class:BatteryStatsImpl
6907 ArrayList<StopwatchTimer> pool = mBsi.mSensorTimers.get(mHandle);
6910 mBsi.mSensorTimers.put(mHandle, pool);
7768 ArrayList<StopwatchTimer> timers = mBsi.mSensorTimers.get(sensor);
7771 mBsi.mSensorTimers.put(sensor, timers);

Completed in 43 milliseconds