Searched refs:mSensorTimers (Results 1 – 2 of 2) sorted by relevance
659 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>(); field in BatteryStatsImpl8840 ArrayList<StopwatchTimer> pool = mBsi.mSensorTimers.get(mHandle); in readTimersFromParcel()8843 mBsi.mSensorTimers.put(mHandle, pool); in readTimersFromParcel()9585 ArrayList<StopwatchTimer> timers = mBsi.mSensorTimers.get(sensor); in getSensorTimerLocked()9588 mBsi.mSensorTimers.put(sensor, timers); in getSensorTimerLocked()
88877 Lcom/android/internal/os/BatteryStatsImpl;->mSensorTimers:Landroid/util/SparseArray;