Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java212 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>(); field in BatteryStatsImpl
5821 ArrayList<StopwatchTimer> pool = mSensorTimers.get(mHandle); in readTimerFromParcel()
5824 mSensorTimers.put(mHandle, pool); in readTimerFromParcel()
6675 ArrayList<StopwatchTimer> timers = mSensorTimers.get(sensor); in getSensorTimerLocked()
6678 mSensorTimers.put(sensor, timers); in getSensorTimerLocked()