Searched refs:mSensorTimers (Results 1 – 2 of 2) sorted by relevance
732 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>(); field in BatteryStatsImpl10020 ArrayList<StopwatchTimer> pool = mBsi.mSensorTimers.get(mHandle); in readTimersFromParcel()10023 mBsi.mSensorTimers.put(mHandle, pool); in readTimersFromParcel()10790 ArrayList<StopwatchTimer> timers = mBsi.mSensorTimers.get(sensor); in getSensorTimerLocked()10793 mBsi.mSensorTimers.put(sensor, timers); in getSensorTimerLocked()
77771 Lcom/android/internal/os/BatteryStatsImpl;->mSensorTimers:Landroid/util/SparseArray;