Searched refs:mSensorTimers (Results 1 – 1 of 1) sorted by relevance
265 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>(); field in BatteryStatsImpl7536 ArrayList<StopwatchTimer> pool = mBsi.mSensorTimers.get(mHandle); in readTimersFromParcel()7539 mBsi.mSensorTimers.put(mHandle, pool); in readTimersFromParcel()8426 ArrayList<StopwatchTimer> timers = mBsi.mSensorTimers.get(sensor); in getSensorTimerLocked()8429 mBsi.mSensorTimers.put(sensor, timers); in getSensorTimerLocked()