Home
last modified time | relevance | path

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

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