Searched refs:availableDevices (Results 1 – 2 of 2) sorted by relevance
301 Collection<BluetoothDevice> availableDevices = Collections.singleton(bluetoothDevice1); in testUserBluetoothSwitchOffAndOnAgain() local305 when(mockBluetoothRouteManager.getConnectedDevices()).thenReturn(availableDevices); in testUserBluetoothSwitchOffAndOnAgain()322 null, availableDevices); in testUserBluetoothSwitchOffAndOnAgain()335 when(mockBluetoothRouteManager.getConnectedDevices()).thenReturn(availableDevices); in testUserBluetoothSwitchOffAndOnAgain()346 bluetoothDevice1, availableDevices); in testUserBluetoothSwitchOffAndOnAgain()470 List<BluetoothDevice> availableDevices = in testConnectSpecificBluetoothDevice() local476 when(mockBluetoothRouteManager.getConnectedDevices()).thenReturn(availableDevices); in testConnectSpecificBluetoothDevice()486 availableDevices); in testConnectSpecificBluetoothDevice()502 availableDevices); in testConnectSpecificBluetoothDevice()585 List<BluetoothDevice> availableDevices = in testFocusChangeWithAlreadyActiveBtDevice() local[all …]
1320 List<BluetoothDevice> availableDevices = in getFirstConnectedAudioDevice() local1322 for (BluetoothDevice device : availableDevices) { in getFirstConnectedAudioDevice()