Searched refs:mSensorTimers (Results 1 – 2 of 2) sorted by relevance
820 private final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>(); field in BatteryStatsImpl9858 ArrayList<StopwatchTimer> pool = mBsi.mSensorTimers.get(mHandle); in readTimersFromParcel()9861 mBsi.mSensorTimers.put(mHandle, pool); in readTimersFromParcel()10688 ArrayList<StopwatchTimer> timers = mBsi.mSensorTimers.get(sensor); in getSensorTimerLocked()10691 mBsi.mSensorTimers.put(sensor, timers); in getSensorTimerLocked()
74448 Lcom/android/internal/os/BatteryStatsImpl;->mSensorTimers:Landroid/util/SparseArray;