Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java6635 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in BatteryStatsImpl.Uid
7073 return mBluetoothControllerActivity; in getBluetoothControllerActivity()
7090 if (mBluetoothControllerActivity == null) { in getOrCreateBluetoothControllerActivityLocked()
7091mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in getOrCreateBluetoothControllerActivityLocked()
7094 return mBluetoothControllerActivity; in getOrCreateBluetoothControllerActivityLocked()
7830 resetIfNotNull(mBluetoothControllerActivity, false); in reset()
7972 detachIfNotNull(mBluetoothControllerActivity); in detachFromTimeBase()
8251 if (mBluetoothControllerActivity != null) { in writeToParcelLocked()
8253 mBluetoothControllerActivity.writeToParcel(out, 0); in writeToParcelLocked()
8571mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in readFromParcelLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88330 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothControllerActivity:Lcom/android/internal/…