Home
last modified time | relevance | path

Searched refs:mSensorTimers (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java900 private final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>(); field in BatteryStatsImpl
10206 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73805 Lcom/android/internal/os/BatteryStatsImpl;->mSensorTimers:Landroid/util/SparseArray;