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

  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 155 private IBluetooth mBluetooth;
270 if (mBluetooth != null) {
271 st = mBluetooth.getState();
291 if (mBluetooth != null) {
292 mBluetooth.onBrEdrDown();
364 mBluetooth = null;
516 return mBluetooth;
564 if (mBluetooth != null) return mBluetooth.isEnabled();
582 if (mBluetooth != null) return mBluetooth.getState()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 146 private BluetoothController mBluetooth;
153 mBluetooth = Dependency.get(BluetoothController.class);
238 mBluetooth.addCallback(this);
266 mBluetooth.removeCallback(this);
410 if (mBluetooth != null) {
411 bluetoothEnabled = mBluetooth.isBluetoothEnabled();
412 if (mBluetooth.isBluetoothConnected()) {
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceSetup.java 94 protected BinaryState mBluetooth = BinaryState.IGNORE;
508 setCommandForBinaryState(mBluetooth, mRunCommandAfterSettings,
    [all...]

Completed in 68 milliseconds