Home
last modified time | relevance | path

Searched refs:availableDevices (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java301 Collection<BluetoothDevice> availableDevices = Collections.singleton(bluetoothDevice1); in testUserBluetoothSwitchOffAndOnAgain() local
305 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() local
476 when(mockBluetoothRouteManager.getConnectedDevices()).thenReturn(availableDevices); in testConnectSpecificBluetoothDevice()
486 availableDevices); in testConnectSpecificBluetoothDevice()
502 availableDevices); in testConnectSpecificBluetoothDevice()
585 List<BluetoothDevice> availableDevices = in testFocusChangeWithAlreadyActiveBtDevice() local
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java1320 List<BluetoothDevice> availableDevices = in getFirstConnectedAudioDevice() local
1322 for (BluetoothDevice device : availableDevices) { in getFirstConnectedAudioDevice()