Searched refs:mSensorTimers (Results 1 – 1 of 1) sorted by relevance
212 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>(); field in BatteryStatsImpl5821 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()