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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java247 BluetoothControllerImpl mBluetoothController; field in class:PhoneStatusBar
816 mBluetoothController = new BluetoothControllerImpl(mContext, mHandlerThread.getLooper());
892 mBluetoothController, mLocationController, mRotationLockController,
3005 if (mBluetoothController != null) {
3006 mBluetoothController.dump(fd, pw, args);

Completed in 34 milliseconds