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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5650 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in class:BatteryStatsImpl.Uid
5947 return mBluetoothControllerActivity;
5964 if (mBluetoothControllerActivity == null) {
5965 mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase,
5968 return mBluetoothControllerActivity;
6628 if (mBluetoothControllerActivity != null) {
6629 mBluetoothControllerActivity.reset(false);
6816 if (mBluetoothControllerActivity != null) {
6817 mBluetoothControllerActivity.detach();
7043 if (mBluetoothControllerActivity !
[all...]

Completed in 59 milliseconds