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.java6622 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in BatteryStatsImpl.Uid
7060 return mBluetoothControllerActivity; in getBluetoothControllerActivity()
7077 if (mBluetoothControllerActivity == null) { in getOrCreateBluetoothControllerActivityLocked()
7078mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in getOrCreateBluetoothControllerActivityLocked()
7081 return mBluetoothControllerActivity; in getOrCreateBluetoothControllerActivityLocked()
7817 resetIfNotNull(mBluetoothControllerActivity, false); in reset()
7959 detachIfNotNull(mBluetoothControllerActivity); in detachFromTimeBase()
8238 if (mBluetoothControllerActivity != null) { in writeToParcelLocked()
8240 mBluetoothControllerActivity.writeToParcel(out, 0); in writeToParcelLocked()
8558mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in readFromParcelLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt94692 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothControllerActivity:Lcom/android/internal/…