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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5785 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in class:BatteryStatsImpl.Uid
6092 return mBluetoothControllerActivity;
6109 if (mBluetoothControllerActivity == null) {
6110 mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase,
6113 return mBluetoothControllerActivity;
6797 if (mBluetoothControllerActivity != null) {
6798 mBluetoothControllerActivity.reset(false);
6985 if (mBluetoothControllerActivity != null) {
6986 mBluetoothControllerActivity.detach();
7235 if (mBluetoothControllerActivity !
[all...]

Completed in 44 milliseconds