Searched refs:availableBluetoothDevices (Results 1 – 2 of 2) sorted by relevance
89 public List<BluetoothDevice> availableBluetoothDevices = Collections.emptyList(); field in CallAudioRouteTransitionTests.RoutingTestParameters126 availableBluetoothDevices = Arrays.asList(devices); in setAvailableBluetoothDevices()218 doReturn(params.availableBluetoothDevices) in setupMocksForParams()288 mParams.initialBluetoothDevice, mParams.availableBluetoothDevices); in testActiveTransition()361 mParams.expectedBluetoothDevice, mParams.availableBluetoothDevices); in testActiveTransition()386 doReturn(mParams.availableBluetoothDevices) in testQuiescentTransition()395 mParams.initialBluetoothDevice, mParams.availableBluetoothDevices); in testQuiescentTransition()416 mParams.expectedBluetoothDevice, mParams.availableBluetoothDevices); in testQuiescentTransition()
953 Set<BluetoothDevice> availableBluetoothDevices = new HashSet<>(); in onAvailableRoutesChanged() local970 availableBluetoothDevices.add(deviceToAdd); in onAvailableRoutesChanged()975 mCallAudioState.getActiveBluetoothDevice(), availableBluetoothDevices)); in onAvailableRoutesChanged()