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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5241 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in class:BatteryStatsImpl.Uid
5487 return mBluetoothControllerActivity;
5504 if (mBluetoothControllerActivity == null) {
5505 mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase,
5508 return mBluetoothControllerActivity;
6056 if (mBluetoothControllerActivity != null) {
6057 mBluetoothControllerActivity.reset(false);
6217 if (mBluetoothControllerActivity != null) {
6218 mBluetoothControllerActivity.detach();
6411 if (mBluetoothControllerActivity !
[all...]

Completed in 60 milliseconds