Searched refs:connectionState (Results 1 – 1 of 1) sorted by relevance
137 int connectionState = mService.getConnectionState(device); in test_getConnectionState() local139 assertEquals(connectionState, BluetoothProfile.STATE_DISCONNECTED); in test_getConnectionState()160 int connectionState = mService.getConnectionState(device); in test_getConnectedDevices() local161 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 …]