Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java7629 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in BatteryStatsImpl.Uid
8114 return mBluetoothControllerActivity; in getBluetoothControllerActivity()
8131 if (mBluetoothControllerActivity == null) { in getOrCreateBluetoothControllerActivityLocked()
8132mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in getOrCreateBluetoothControllerActivityLocked()
8135 return mBluetoothControllerActivity; in getOrCreateBluetoothControllerActivityLocked()
8999 resetIfNotNull(mBluetoothControllerActivity, false, realtimeUs); in reset()
9154 detachIfNotNull(mBluetoothControllerActivity); in detachFromTimeBase()
9433 if (mBluetoothControllerActivity != null) { in writeToParcelLocked()
9435 mBluetoothControllerActivity.writeToParcel(out, 0); in writeToParcelLocked()
9740mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in readFromParcelLocked()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt77224 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothControllerActivity:Lcom/android/internal/…