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

  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 136 private IBluetooth mBluetooth;
202 if (mBluetooth != null) {
204 st = mBluetooth.getState();
220 if (mBluetooth != null) {
221 mBluetooth.onBrEdrDown();
246 mBluetooth = null;
377 return mBluetooth;
418 return (mBluetooth != null && mBluetooth.isEnabled());
434 if (mBluetooth != null)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 90 private BluetoothController mBluetooth;
117 mBluetooth = bluetooth;
118 mBluetooth.addStateChangedCallback(this);
289 if (mBluetooth != null) {
290 bluetoothEnabled = mBluetooth.isBluetoothEnabled();
291 if (mBluetooth.isBluetoothConnected()) {
QSTileHost.java 73 private final BluetoothController mBluetooth;
97 mBluetooth = bluetooth;
158 return mBluetooth;

Completed in 2787 milliseconds