Searched defs:mBluetoothController (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java255 BluetoothControllerImpl mBluetoothController; field in class:PhoneStatusBar
606 mUserInfoController, mBluetoothController);
815 mBluetoothController = new BluetoothControllerImpl(mContext, mHandlerThread.getLooper());
867 mBluetoothController, mLocationController, mRotationLockController,
2714 if (mBluetoothController != null) {
2715 mBluetoothController.dump(fd, pw, args);

Completed in 37 milliseconds