Searched refs:testDevices (Results 1 – 2 of 2) sorted by relevance
387 BluetoothDevice[] testDevices = new BluetoothDevice[kMaxTestDevices]; in testAutoConnectMultipleDevices() local395 testDevices[i] = testDevice; in testAutoConnectMultipleDevices()415 when(mAdapterService.getBondedDevices()).thenReturn(testDevices); in testAutoConnectMultipleDevices()457 BluetoothDevice[] testDevices = new BluetoothDevice[kMaxTestDevices]; in testSetConnectionPolicyMultipleDevices() local463 testDevices[i] = testDevice; in testSetConnectionPolicyMultipleDevices()497 when(mAdapterService.getBondedDevices()).thenReturn(testDevices); in testSetConnectionPolicyMultipleDevices()503 when(mHeadsetService.getConnectionState(testDevices[0])).thenReturn( in testSetConnectionPolicyMultipleDevices()505 when(mA2dpService.getConnectionState(testDevices[0])).thenReturn( in testSetConnectionPolicyMultipleDevices()508 when(mHeadsetService.getConnectionState(testDevices[1])).thenReturn( in testSetConnectionPolicyMultipleDevices()510 when(mA2dpService.getConnectionState(testDevices[1])).thenReturn( in testSetConnectionPolicyMultipleDevices()[all …]
461 BluetoothDevice[] testDevices = new BluetoothDevice[MAX_CONNECTED_AUDIO_DEVICES]; in testMaxConnectDevices() local470 testDevices[i] = testDevice; in testMaxConnectDevices()