HomeSort by relevance Sort by last modified time
    Searched refs:mBluetoothController (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 152 BluetoothController mBluetoothController;
257 mBluetoothController.addIconView(
497 mBluetoothController = new BluetoothController(mContext);
498 mBluetoothController.addIconView((ImageView)sb.findViewById(R.id.bluetooth));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java 99 private BluetoothController mBluetoothController;
174 mBluetoothController = bluetoothController;
571 mBluetoothController.getBondedBluetoothDevices();
    [all...]
PhoneStatusBar.java 153 BluetoothController mBluetoothController;
491 mBluetoothController = new BluetoothController(mContext);
583 mQS.setup(mNetworkController, mBluetoothController, mBatteryController,
    [all...]

Completed in 134 milliseconds