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

  /frameworks/base/core/proto/android/bluetooth/
enums.proto 28 CONNECTION_STATE_DISCONNECTING = 3;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 31 static final int CONNECTION_STATE_DISCONNECTING = 4;
HeadsetStateMachine.java 519 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING:
679 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidStackEvent.java 36 static final int CONNECTION_STATE_DISCONNECTING = 3;
HearingAidStateMachine.java 225 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING:
311 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING:
412 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING:
486 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING:
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStackEvent.java 38 static final int CONNECTION_STATE_DISCONNECTING = 3;
92 case CONNECTION_STATE_DISCONNECTING:
A2dpStateMachine.java 249 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING:
344 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING:
450 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING:
544 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 32 static final int CONNECTION_STATE_DISCONNECTING = 4;
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetStateMachineTest.java 221 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, mTestDevice));
399 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, mTestDevice));
570 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, mTestDevice));
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 286 case CONNECTION_STATE_DISCONNECTING:
468 case CONNECTION_STATE_DISCONNECTING:
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 550 BluetoothProtoEnums.CONNECTION_STATE_DISCONNECTING;
    [all...]

Completed in 692 milliseconds