HomeSort by relevance Sort by last modified time
    Searched refs:STATE_DISCONNECTED (Results 26 - 50 of 62) sorted by null

12 3

  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 89 * {@link BluetoothProfile#STATE_DISCONNECTED},
102 return BluetoothProfile.STATE_DISCONNECTED;
160 * {@link BluetoothProfile#STATE_DISCONNECTED},
BluetoothPan.java 63 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
252 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
255 * state {@link #STATE_DISCONNECTED}. The transition to
327 return BluetoothProfile.STATE_DISCONNECTED;
331 return BluetoothProfile.STATE_DISCONNECTED;
BluetoothMap.java 310 return BluetoothProfile.STATE_DISCONNECTED;
314 return BluetoothProfile.STATE_DISCONNECTED;
BluetoothAdapter.java 336 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
362 public static final int STATE_DISCONNECTED = 0;
    [all...]
BluetoothInputDevice.java 62 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
321 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
324 * state {@link #STATE_DISCONNECTED}. The transition to
394 return BluetoothProfile.STATE_DISCONNECTED;
398 return BluetoothProfile.STATE_DISCONNECTED;
BluetoothPbap.java 79 public static final int STATE_DISCONNECTED = 0;
BluetoothHeadset.java 62 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
369 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
372 * state {@link #STATE_DISCONNECTED}. The transition to
444 return BluetoothProfile.STATE_DISCONNECTED;
448 return BluetoothProfile.STATE_DISCONNECTED;
    [all...]
BluetoothHealth.java 347 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
361 return STATE_DISCONNECTED;
406 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
BluetoothGatt.java 140 BluetoothProfile.STATE_DISCONNECTED);
166 BluetoothProfile.STATE_DISCONNECTED;
    [all...]
BluetoothGattServer.java 109 BluetoothProfile.STATE_DISCONNECTED);
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 191 if (mHeadset.getConnectionState(mDevice) != BluetoothProfile.STATE_DISCONNECTED) {
197 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_DISCONNECTED) {
325 } else if (state == BluetoothProfile.STATE_DISCONNECTED) {
335 } else if (state == BluetoothProfile.STATE_DISCONNECTED) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utils.java 46 case BluetoothProfile.STATE_DISCONNECTED:
DockEventReceiver.java 102 if (newState == BluetoothProfile.STATE_DISCONNECTED &&
CachedBluetoothDevice.java 154 newProfileState == BluetoothProfile.STATE_DISCONNECTED) {
162 newProfileState == BluetoothProfile.STATE_DISCONNECTED) {
364 mProfileConnectionState.put(profile, BluetoothProfile.STATE_DISCONNECTED);
BluetoothDevicePreference.java 234 case BluetoothProfile.STATE_DISCONNECTED:
LocalBluetoothProfileManager.java 235 if (newState == BluetoothProfile.STATE_DISCONNECTED &&
  /packages/services/Telephony/src/com/android/phone/
BluetoothManager.java 57 private int mBluetoothHeadsetState = BluetoothProfile.STATE_DISCONNECTED;
386 BluetoothHeadset.STATE_DISCONNECTED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 383 if (service == null) return BluetoothHealth.STATE_DISCONNECTED;
624 * {@link BluetoothHealth#STATE_DISCONNECTED} to {@link BluetoothHealth#STATE_CONNECTING}
627 * {@link BluetoothHealth#STATE_DISCONNECTING} to {@link BluetoothHealth#STATE_DISCONNECTED}
628 * {@link BluetoothHealth#STATE_DISCONNECTED} to {@link BluetoothHealth#STATE_CONNECTED}
629 * {@link BluetoothHealth#STATE_CONNECTED} to {@link BluetoothHealth#STATE_DISCONNECTED}
630 * {@link BluetoothHealth#STATE_CONNECTING} to {{@link BluetoothHealth#STATE_DISCONNECTED}
639 mHealthDevices.put(device, BluetoothHealth.STATE_DISCONNECTED);
650 case BluetoothHealth.STATE_DISCONNECTED:
700 if (newDeviceState == BluetoothHealth.STATE_DISCONNECTED) {
723 return BluetoothHealth.STATE_DISCONNECTED;
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 247 case BluetoothProfile.STATE_DISCONNECTED:
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 225 BluetoothAdapter.STATE_DISCONNECTED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 255 if (service == null) return BluetoothProfile.STATE_DISCONNECTED;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 319 else if (status == BluetoothProfile.STATE_DISCONNECTED) {
BleServerService.java 255 } else if (status == BluetoothProfile.STATE_DISCONNECTED) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 681 if (service == null) return BluetoothAdapter.STATE_DISCONNECTED;
688 return BluetoothProfile.STATE_DISCONNECTED;
692 if (service == null) return BluetoothProfile.STATE_DISCONNECTED;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 169 if (service == null) return BluetoothProfile.STATE_DISCONNECTED;

Completed in 314 milliseconds

12 3