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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 55 public static final int STATE_DISCONNECTING = 3;
149 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
162 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
BluetoothA2dp.java 63 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}.
241 * {@link #STATE_CONNECTED} to state {@link #STATE_DISCONNECTING} to
243 * {@link #STATE_DISCONNECTING} can be used to distinguish between the
438 case STATE_DISCONNECTING:
BluetoothAdapter.java 320 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}.
351 public static final int STATE_DISCONNECTING = 3;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 328 state == BluetoothProfile.STATE_DISCONNECTING);
336 case BluetoothProfile.STATE_DISCONNECTING:
337 return BluetoothAdapter.STATE_DISCONNECTING;
357 case BluetoothProfile.STATE_DISCONNECTING:
371 case BluetoothProfile.STATE_DISCONNECTING:
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 65 static final int STATE_DISCONNECTING = 6;
189 mState = STATE_DISCONNECTING;
210 case STATE_DISCONNECTING:
320 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
330 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utils.java 48 case BluetoothProfile.STATE_DISCONNECTING:
A2dpProfile.java 111 BluetoothProfile.STATE_DISCONNECTING});
DockEventReceiver.java 103 oldState != BluetoothProfile.STATE_DISCONNECTING) {
BluetoothDevicePreference.java 227 case BluetoothProfile.STATE_DISCONNECTING:
HeadsetProfile.java 173 BluetoothProfile.STATE_DISCONNECTING});
CachedBluetoothDevice.java 444 || status == BluetoothProfile.STATE_DISCONNECTING) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 336 BluetoothProfile.STATE_DISCONNECTING);
381 BluetoothProfile.STATE_DISCONNECTING);
505 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING,
595 return BluetoothProfile.STATE_DISCONNECTING;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 153 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
164 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
625 return BluetoothProfile.STATE_DISCONNECTING;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 165 BluetoothProfile.STATE_DISCONNECTING, BluetoothPan.LOCAL_PANU_ROLE,
401 return BluetoothProfile.STATE_DISCONNECTING;
454 prevState == BluetoothProfile.STATE_DISCONNECTING)) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 256 case BluetoothProfile.STATE_DISCONNECTING:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 454 BluetoothProfile.STATE_DISCONNECTING);
499 BluetoothProfile.STATE_DISCONNECTING);
625 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 626 * {@link BluetoothHealth#STATE_CONNECTED} to {@link BluetoothHealth#STATE_DISCONNECTING}
627 * {@link BluetoothHealth#STATE_DISCONNECTING} to {@link BluetoothHealth#STATE_DISCONNECTED}
681 case BluetoothHealth.STATE_DISCONNECTING:
721 return BluetoothHealth.STATE_DISCONNECTING;
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 336 milliseconds