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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5223 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in class:BatteryStatsImpl.Uid
5469 return mBluetoothControllerActivity;
5486 if (mBluetoothControllerActivity == null) {
5487 mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase,
5490 return mBluetoothControllerActivity;
6038 if (mBluetoothControllerActivity != null) {
6039 mBluetoothControllerActivity.reset(false);
6199 if (mBluetoothControllerActivity != null) {
6200 mBluetoothControllerActivity.detach();
6393 if (mBluetoothControllerActivity !
[all...]

Completed in 65 milliseconds