Home
last modified time | relevance | path

Searched refs:CONNECTION_STATE_CONNECTED (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/media/
DLegacyDeviceRouteController.java188 .setConnectionState(MediaRoute2Info.CONNECTION_STATE_CONNECTED); in createRouteFromAudioInfo()
DAudioManagerRouteController.java472 .setConnectionState(MediaRoute2Info.CONNECTION_STATE_CONNECTED); in createMediaRoute2Info()
DLegacyBluetoothRouteController.java342 if (state == MediaRoute2Info.CONNECTION_STATE_CONNECTED) { in setRouteConnectionState()
/frameworks/base/media/java/android/media/
DMediaRoute2Info.java92 CONNECTION_STATE_CONNECTED})
116 public static final int CONNECTION_STATE_CONNECTED = 2; field in MediaRoute2Info
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DAudioDeviceBrokerTest.java211 AudioService.CONNECTION_STATE_CONNECTED, caller); in testSetWiredDeviceConnectionState()
/frameworks/proto_logging/stats/enums/bluetooth/
Denums.proto27 CONNECTION_STATE_CONNECTED = 2; enumerator
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java1138 wdcs.mState == AudioService.CONNECTION_STATE_CONNECTED, wdcs.mForTest, null)) { in onSetWiredDeviceConnectionState()
2002 ? AudioService.CONNECTION_STATE_CONNECTED
2667 state == AudioService.CONNECTION_STATE_CONNECTED
2838 if (state != AudioService.CONNECTION_STATE_CONNECTED) {
DAudioService.java2223 if (state == AudioService.CONNECTION_STATE_CONNECTED) { in onCheckVolumeCecOnHdmiConnection()
7793 /*package*/ static final int CONNECTION_STATE_CONNECTED = 1; field in AudioService
7801 CONNECTION_STATE_CONNECTED,
7845 if (state != CONNECTION_STATE_CONNECTED in setWiredDeviceConnectionState()
7856 state == CONNECTION_STATE_CONNECTED ? "connected" : "disconnected") in setWiredDeviceConnectionState()
7888 connected ? CONNECTION_STATE_CONNECTED : CONNECTION_STATE_DISCONNECTED); in setTestDeviceConnectionState()
/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
DMediaRouter2ManagerTest.java181 final int newConnectionState = MediaRoute2Info.CONNECTION_STATE_CONNECTED; in testOnRoutesUpdated()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt24369 field public static final int CONNECTION_STATE_CONNECTED = 2; // 0x2