Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java659 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>(); field in BatteryStatsImpl
8840 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88877 Lcom/android/internal/os/BatteryStatsImpl;->mSensorTimers:Landroid/util/SparseArray;