Searched refs:CONNECTION_STATE_CONNECTED (Results 1 – 6 of 6) sorted by relevance
27 CONNECTION_STATE_CONNECTED = 2; enumerator
18 import static com.android.server.audio.AudioService.CONNECTION_STATE_CONNECTED;525 ? CONNECTION_STATE_CONNECTED : CONNECTION_STATE_DISCONNECTED; in handleSetA2dpSinkConnectionState()
368 if (!handleDeviceConnection(wdcs.mState == AudioService.CONNECTION_STATE_CONNECTED, in onSetWiredDeviceConnectionState()903 if (state != AudioService.CONNECTION_STATE_CONNECTED) { in configureHdmiPlugIntent()
1122 if (state == AudioService.CONNECTION_STATE_CONNECTED) { in onCheckVolumeCecOnHdmiConnection()4352 /*package*/ static final int CONNECTION_STATE_CONNECTED = 1; field in AudioService4360 CONNECTION_STATE_CONNECTED,4371 if (state != CONNECTION_STATE_CONNECTED in setWiredDeviceConnectionState()
85 private static final int CONNECTION_STATE_CONNECTED = 1; field in BluetoothDevice1390 return service.getConnectionState(this) > CONNECTION_STATE_CONNECTED; in isEncrypted()
610 public static final int STATE_CONNECTED = BluetoothProtoEnums.CONNECTION_STATE_CONNECTED;