Searched refs:testDevices (Results 1 – 2 of 2) sorted by relevance
385 BluetoothDevice[] testDevices = new BluetoothDevice[kMaxTestDevices]; in testAutoConnectMultipleDevices() local393 testDevices[i] = testDevice; in testAutoConnectMultipleDevices()413 when(mAdapterService.getBondedDevices()).thenReturn(testDevices); in testAutoConnectMultipleDevices()455 BluetoothDevice[] testDevices = new BluetoothDevice[kMaxTestDevices]; in testSetPriorityMultipleDevices() local461 testDevices[i] = testDevice; in testSetPriorityMultipleDevices()492 when(mAdapterService.getBondedDevices()).thenReturn(testDevices); in testSetPriorityMultipleDevices()498 when(mHeadsetService.getConnectionState(testDevices[0])).thenReturn( in testSetPriorityMultipleDevices()500 when(mA2dpService.getConnectionState(testDevices[0])).thenReturn( in testSetPriorityMultipleDevices()503 when(mHeadsetService.getConnectionState(testDevices[1])).thenReturn( in testSetPriorityMultipleDevices()505 when(mA2dpService.getConnectionState(testDevices[1])).thenReturn( in testSetPriorityMultipleDevices()[all …]
484 BluetoothDevice[] testDevices = new BluetoothDevice[MAX_CONNECTED_AUDIO_DEVICES]; in testMaxConnectDevices() local493 testDevices[i] = testDevice; in testMaxConnectDevices()