Home
last modified time | relevance | path

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

/frameworks/base/core/proto/android/bluetooth/
Denums.proto27 CONNECTION_STATE_CONNECTED = 2; enumerator
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java18 import static com.android.server.audio.AudioService.CONNECTION_STATE_CONNECTED;
525 ? CONNECTION_STATE_CONNECTED : CONNECTION_STATE_DISCONNECTED; in handleSetA2dpSinkConnectionState()
DAudioDeviceInventory.java368 if (!handleDeviceConnection(wdcs.mState == AudioService.CONNECTION_STATE_CONNECTED, in onSetWiredDeviceConnectionState()
903 if (state != AudioService.CONNECTION_STATE_CONNECTED) { in configureHdmiPlugIntent()
DAudioService.java1122 if (state == AudioService.CONNECTION_STATE_CONNECTED) { in onCheckVolumeCecOnHdmiConnection()
4352 /*package*/ static final int CONNECTION_STATE_CONNECTED = 1; field in AudioService
4360 CONNECTION_STATE_CONNECTED,
4371 if (state != CONNECTION_STATE_CONNECTED in setWiredDeviceConnectionState()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java85 private static final int CONNECTION_STATE_CONNECTED = 1; field in BluetoothDevice
1390 return service.getConnectionState(this) > CONNECTION_STATE_CONNECTED; in isEncrypted()
DBluetoothAdapter.java610 public static final int STATE_CONNECTED = BluetoothProtoEnums.CONNECTION_STATE_CONNECTED;