HomeSort by relevance Sort by last modified time
    Searched defs:CONNECTION_STATE_DISCONNECTED (Results 1 - 8 of 8) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidStackEvent.java 33 static final int CONNECTION_STATE_DISCONNECTED = 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStackEvent.java 35 static final int CONNECTION_STATE_DISCONNECTED = 0;
86 case CONNECTION_STATE_DISCONNECTED:
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 27 static final int CONNECTION_STATE_DISCONNECTED = 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 28 static final int CONNECTION_STATE_DISCONNECTED = 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 252 case CONNECTION_STATE_DISCONNECTED:
313 CONNECTION_STATE_DISCONNECTED);
355 case CONNECTION_STATE_DISCONNECTED:
588 case CONNECTION_STATE_DISCONNECTED:
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 80 private static final int CONNECTION_STATE_DISCONNECTED = 0;
    [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 369 milliseconds