Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java7867 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in BatteryStatsImpl.Uid
8404 return mBluetoothControllerActivity; in getBluetoothControllerActivity()
8421 if (mBluetoothControllerActivity == null) { in getOrCreateBluetoothControllerActivityLocked()
8422 mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mClock, in getOrCreateBluetoothControllerActivityLocked()
8425 return mBluetoothControllerActivity; in getOrCreateBluetoothControllerActivityLocked()
9395 resetIfNotNull(mBluetoothControllerActivity, false, realtimeUs); in reset()
9550 detachIfNotNull(mBluetoothControllerActivity); in detachFromTimeBase()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73901 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothControllerActivity:Lcom/android/internal/…