Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DHearingAidProfileTest.java137 int connectionState = mService.getConnectionState(device); in test_getConnectionState() local
139 assertEquals(connectionState, BluetoothProfile.STATE_DISCONNECTED); in test_getConnectionState()
160 int connectionState = mService.getConnectionState(device); in test_getConnectedDevices() local
161 checkValidConnectionState(connectionState); in test_getConnectedDevices()
179 for (int connectionState : mValidConnectionStates) { in test_getDevicesMatchingConnectionStates()
182 deviceList = mService.getDevicesMatchingConnectionStates(new int[]{connectionState}); in test_getDevicesMatchingConnectionStates()
184 Log.d(TAG, "getDevicesMatchingConnectionStates(" + connectionState + "): size=" in test_getDevicesMatchingConnectionStates()
186 checkDeviceListAndStates(deviceList, connectionState); in test_getDevicesMatchingConnectionStates()
207 for (int connectionState : mValidConnectionStates) { in test_getConnectionStateChangedIntent()
210 deviceList = mService.getDevicesMatchingConnectionStates(new int[]{connectionState}); in test_getConnectionStateChangedIntent()
[all …]