Home
last modified time | relevance | path

Searched refs:leAudioDevices (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteTransitionTests.java89 private List<BluetoothDevice> leAudioDevices = Collections.emptyList(); field in BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder
165 List<BluetoothDevice> leAudioDevices) { in setLeAudioDevices() argument
166 this.leAudioDevices = leAudioDevices; in setLeAudioDevices()
184 leAudioDevices); in build()
205 private List<BluetoothDevice> leAudioDevices; field in BluetoothRouteTransitionTests.BluetoothRouteTestParameters
213 List<BluetoothDevice> hearingAidBtDevices, List<BluetoothDevice> leAudioDevices) { in BluetoothRouteTestParameters() argument
227 this.leAudioDevices = leAudioDevices; in BluetoothRouteTestParameters()
248 ", leAudioDevices ='" + leAudioDevices + '\'' + in toString()
325 .thenReturn(mParams.leAudioDevices.stream() in testTransitions()
DBluetoothRouteManagerTest.java316 BluetoothDevice[] hearingAidDevices, BluetoothDevice[] leAudioDevices, in setupConnectedDevices() argument
322 if (leAudioDevice == null) leAudioDevices = new BluetoothDevice[]{}; in setupConnectedDevices()
325 hfpDevices.length + hearingAidDevices.length + leAudioDevices.length); in setupConnectedDevices()
328 Arrays.stream(leAudioDevices)).flatMap(i -> i).collect(Collectors.toList()); in setupConnectedDevices()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DUtils.java388 List<CachedBluetoothDevice> leAudioDevices = in setLeAudioEnabled() local
390 if (leAudioDevices.isEmpty()) { in setLeAudioEnabled()
407 for (CachedBluetoothDevice leAudioDevice : leAudioDevices) { in setLeAudioEnabled()