Searched refs:mSensorTimers (Results 1 – 2 of 2) sorted by relevance
900 private final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>(); field in BatteryStatsImpl10206 ArrayList<StopwatchTimer> pool = mBsi.mSensorTimers.get(mHandle); in readTimersFromParcel()10209 mBsi.mSensorTimers.put(mHandle, pool); in readTimersFromParcel()11041 ArrayList<StopwatchTimer> timers = mBsi.mSensorTimers.get(sensor); in getSensorTimerLocked()11044 mBsi.mSensorTimers.put(sensor, timers); in getSensorTimerLocked()
73805 Lcom/android/internal/os/BatteryStatsImpl;->mSensorTimers:Landroid/util/SparseArray;