Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteTransitionTests.java89 public List<BluetoothDevice> availableBluetoothDevices = Collections.emptyList(); field in CallAudioRouteTransitionTests.RoutingTestParameters
126 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()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteController.java953 Set<BluetoothDevice> availableBluetoothDevices = new HashSet<>(); in onAvailableRoutesChanged() local
970 availableBluetoothDevices.add(deviceToAdd); in onAvailableRoutesChanged()
975 mCallAudioState.getActiveBluetoothDevice(), availableBluetoothDevices)); in onAvailableRoutesChanged()