Searched refs:mSensorTimers (Results 1 – 2 of 2) sorted by relevance
657 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>(); field in BatteryStatsImpl8827 ArrayList<StopwatchTimer> pool = mBsi.mSensorTimers.get(mHandle); in readTimersFromParcel()8830 mBsi.mSensorTimers.put(mHandle, pool); in readTimersFromParcel()9572 ArrayList<StopwatchTimer> timers = mBsi.mSensorTimers.get(sensor); in getSensorTimerLocked()9575 mBsi.mSensorTimers.put(sensor, timers); in getSensorTimerLocked()
95244 Lcom/android/internal/os/BatteryStatsImpl;->mSensorTimers:Landroid/util/SparseArray;