Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java81 public static final int STATE_CONNECTED = 3; // now connected to a remote device field in BluetoothChatService
196 setState(STATE_CONNECTED); in connected()
237 if (mState != STATE_CONNECTED) return; in write()
303 while (mState != STATE_CONNECTED) { in run()
324 case STATE_CONNECTED: in run()
DConnectionAccessClientActivity.java146 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
DMessageTestActivity.java232 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
DBleConnectionPriorityClientService.java328 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleConnectionPriorityServerService.java260 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleEncryptedServerService.java308 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleEncryptedClientService.java304 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleClientService.java354 if (mBluetoothGatt != null && mBleState == BluetoothProfile.STATE_CONNECTED) { in onTestFinish()
899 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleServerService.java858 if (newState == BluetoothProfile.STATE_CONNECTED) {
/cts/tests/autofillservice/src/android/autofillservice/cts/
DInstrumentedAutoFillService.java59 private static final String STATE_CONNECTED = "CONNECTED"; field in InstrumentedAutoFillService
80 sConnectionStates.offer(STATE_CONNECTED); in onConnected()
146 assertWithMessage("Invalid connection state").that(state).isEqualTo(STATE_CONNECTED); in waitUntilConnected()
/cts/tools/dex-tools/dex/
Dclasses.out.dex16093 public static final int STATE_CONNECTED
17349 public static final int STATE_CONNECTED