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

1 2

  /frameworks/base/core/proto/android/bluetooth/
enums.proto 27 CONNECTION_STATE_CONNECTED = 2;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 29 static final int CONNECTION_STATE_CONNECTED = 2;
HeadsetStateMachine.java 502 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED:
669 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED:
    [all...]
HeadsetService.java 297 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidStackEvent.java 35 static final int CONNECTION_STATE_CONNECTED = 2;
HearingAidStateMachine.java 214 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED:
306 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED:
392 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED:
HearingAidService.java 549 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStackEvent.java 37 static final int CONNECTION_STATE_CONNECTED = 2;
90 case CONNECTION_STATE_CONNECTED:
A2dpStateMachine.java 238 case A2dpStackEvent.CONNECTION_STATE_CONNECTED:
338 case A2dpStackEvent.CONNECTION_STATE_CONNECTED:
430 case A2dpStackEvent.CONNECTION_STATE_CONNECTED:
538 case A2dpStackEvent.CONNECTION_STATE_CONNECTED:
    [all...]
A2dpService.java 767 case A2dpStackEvent.CONNECTION_STATE_CONNECTED:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 30 static final int CONNECTION_STATE_CONNECTED = 2;
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachineTest.java 121 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED;
151 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED;
197 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED;
240 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED;
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
A2dpStateMachineTest.java 125 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED;
165 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED;
A2dpServiceTest.java 418 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED;
483 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED;
503 * Test that only CONNECTION_STATE_CONNECTED or CONNECTION_STATE_CONNECTING A2DP stack events
531 // A2DP stack event: CONNECTION_STATE_CONNECTED - state machine should be created
607 // A2DP stack event: CONNECTION_STATE_CONNECTED - state machine should be created
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
HearingAidStateMachineTest.java 123 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED;
163 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED;
HearingAidServiceTest.java 409 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED;
414 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED;
474 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED;
487 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED;
554 * Test that only CONNECTION_STATE_CONNECTED or CONNECTION_STATE_CONNECTING Hearing Aid stack
582 // stack event: CONNECTION_STATE_CONNECTED - state machine should be created
637 // HearingAid stack event: CONNECTION_STATE_CONNECTED - state machine is not removed
    [all...]
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
MediaRouteChooserDialog.java 19 import static androidx.mediarouter.media.MediaRouter.RouteInfo.CONNECTION_STATE_CONNECTED;
295 route.getConnectionState() == CONNECTION_STATE_CONNECTED
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
MediaRouteChooserDialog.java 19 import static com.android.support.mediarouter.media.MediaRouter.RouteInfo.CONNECTION_STATE_CONNECTED;
308 route.getConnectionState() == CONNECTION_STATE_CONNECTED
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 81 private static final int CONNECTION_STATE_CONNECTED = 1;
    [all...]
BluetoothAdapter.java 547 public static final int STATE_CONNECTED = BluetoothProtoEnums.CONNECTION_STATE_CONNECTED;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 270 case CONNECTION_STATE_CONNECTED:
401 case CONNECTION_STATE_CONNECTED:
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetStateMachineTest.java 184 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice));
283 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice));
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
MediaRouter.java     [all...]
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
MediaRouter.java     [all...]

Completed in 429 milliseconds

1 2