Searched refs:testDevices (Results 1 – 2 of 2) sorted by relevance
402 testDevices[i] = testDevice; in testAutoConnectMultipleDevices()422 when(mAdapterService.getBondedDevices()).thenReturn(testDevices); in testAutoConnectMultipleDevices()470 testDevices[i] = testDevice; in testSetConnectionPolicyMultipleDevices()504 when(mAdapterService.getBondedDevices()).thenReturn(testDevices); in testSetConnectionPolicyMultipleDevices()512 when(mA2dpService.getConnectionState(testDevices[0])).thenReturn( in testSetConnectionPolicyMultipleDevices()517 when(mA2dpService.getConnectionState(testDevices[1])).thenReturn( in testSetConnectionPolicyMultipleDevices()522 when(mA2dpService.getConnectionState(testDevices[2])).thenReturn( in testSetConnectionPolicyMultipleDevices()538 eq(testDevices[1])); in testSetConnectionPolicyMultipleDevices()541 a2dpConnectedDevices.add(testDevices[1]); in testSetConnectionPolicyMultipleDevices()572 eq(testDevices[2])); in testSetConnectionPolicyMultipleDevices()[all …]
456 BluetoothDevice[] testDevices = new BluetoothDevice[MAX_CONNECTED_AUDIO_DEVICES]; in testMaxConnectDevices() local465 testDevices[i] = testDevice; in testMaxConnectDevices()