HomeSort by relevance Sort by last modified time
    Searched refs:STATE_DISCONNECTING (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 44 public static int STATE_DISCONNECTING = 3;
55 if (state == STATE_DISCONNECTING) return "STATE_DISCONNECTING";
BluetoothUtil.java 49 if (state == BluetoothProfile.STATE_DISCONNECTING) return "STATE_DISCONNECTING";
79 if (connectionState == BluetoothAdapter.STATE_DISCONNECTING) return "STATE_DISCONNECTING";
BluetoothControllerImpl.java 69 BluetoothProfile.STATE_DISCONNECTING,
217 if (state == BluetoothAdapter.STATE_DISCONNECTING) return PairedDevice.STATE_DISCONNECTING;
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 55 public static final int STATE_DISCONNECTING = 3;
173 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
186 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
BluetoothA2dpSink.java 58 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}.
267 * {@link #STATE_CONNECTED} to state {@link #STATE_DISCONNECTING} to
269 * {@link #STATE_DISCONNECTING} can be used to distinguish between the
387 case STATE_DISCONNECTING:
BluetoothA2dp.java 63 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}.
254 * {@link #STATE_CONNECTED} to state {@link #STATE_DISCONNECTING} to
256 * {@link #STATE_DISCONNECTING} can be used to distinguish between the
511 case STATE_DISCONNECTING:
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 67 static final int STATE_DISCONNECTING = 6;
218 mState = STATE_DISCONNECTING;
252 case STATE_DISCONNECTING:
419 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
429 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
439 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 377 state == BluetoothProfile.STATE_DISCONNECTING);
385 case BluetoothProfile.STATE_DISCONNECTING:
386 return BluetoothAdapter.STATE_DISCONNECTING;
406 case BluetoothProfile.STATE_DISCONNECTING:
420 case BluetoothProfile.STATE_DISCONNECTING:
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utils.java 50 case BluetoothProfile.STATE_DISCONNECTING:
A2dpProfile.java 111 BluetoothProfile.STATE_DISCONNECTING});
DockEventReceiver.java 103 oldState != BluetoothProfile.STATE_DISCONNECTING) {
BluetoothDevicePreference.java 242 case BluetoothProfile.STATE_DISCONNECTING:
HeadsetProfile.java 182 BluetoothProfile.STATE_DISCONNECTING});
MapProfile.java 168 BluetoothProfile.STATE_DISCONNECTING});
CachedBluetoothDevice.java 470 || status == BluetoothProfile.STATE_DISCONNECTING) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 350 BluetoothProfile.STATE_DISCONNECTING);
395 BluetoothProfile.STATE_DISCONNECTING);
519 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING,
613 return BluetoothProfile.STATE_DISCONNECTING;
    [all...]
A2dpStateMachine.java 331 BluetoothProfile.STATE_DISCONNECTING);
376 BluetoothProfile.STATE_DISCONNECTING);
500 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING,
593 return BluetoothProfile.STATE_DISCONNECTING;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 157 BluetoothProfile.STATE_DISCONNECTING, BluetoothPan.LOCAL_PANU_ROLE,
376 return BluetoothProfile.STATE_DISCONNECTING;
400 // Avoid race condition that gets this class stuck in STATE_DISCONNECTING. While we
403 // changes the state to STATE_DISCONNECTING. All future calls to BluetoothPan#connect
405 if (prevState == BluetoothProfile.STATE_DISCONNECTED && state == BluetoothProfile.STATE_DISCONNECTING) {
438 prevState == BluetoothProfile.STATE_DISCONNECTING)) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 257 case BluetoothProfile.STATE_DISCONNECTING:
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 88 public static final int STATE_DISCONNECTING = 10;
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
Call.java 249 case android.telecom.Call.STATE_DISCONNECTING:
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 154 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
165 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
676 return BluetoothProfile.STATE_DISCONNECTING;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 550 BluetoothProfile.STATE_DISCONNECTING);
613 BluetoothProfile.STATE_DISCONNECTING);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 629 * {@link BluetoothHealth#STATE_CONNECTED} to {@link BluetoothHealth#STATE_DISCONNECTING}
630 * {@link BluetoothHealth#STATE_DISCONNECTING} to {@link BluetoothHealth#STATE_DISCONNECTED}
684 case BluetoothHealth.STATE_DISCONNECTING:
724 return BluetoothHealth.STATE_DISCONNECTING;
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioManagerAndroid.java 800 case android.bluetooth.BluetoothProfile.STATE_DISCONNECTING:
    [all...]

Completed in 1066 milliseconds

1 2