Searched refs:leAudioDevices (Results 1 – 3 of 3) sorted by relevance
89 private List<BluetoothDevice> leAudioDevices = Collections.emptyList(); field in BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder165 List<BluetoothDevice> leAudioDevices) { in setLeAudioDevices() argument166 this.leAudioDevices = leAudioDevices; in setLeAudioDevices()184 leAudioDevices); in build()205 private List<BluetoothDevice> leAudioDevices; field in BluetoothRouteTransitionTests.BluetoothRouteTestParameters213 List<BluetoothDevice> hearingAidBtDevices, List<BluetoothDevice> leAudioDevices) { in BluetoothRouteTestParameters() argument227 this.leAudioDevices = leAudioDevices; in BluetoothRouteTestParameters()248 ", leAudioDevices ='" + leAudioDevices + '\'' + in toString()325 .thenReturn(mParams.leAudioDevices.stream() in testTransitions()
316 BluetoothDevice[] hearingAidDevices, BluetoothDevice[] leAudioDevices, in setupConnectedDevices() argument322 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()
388 List<CachedBluetoothDevice> leAudioDevices = in setLeAudioEnabled() local390 if (leAudioDevices.isEmpty()) { in setLeAudioEnabled()407 for (CachedBluetoothDevice leAudioDevice : leAudioDevices) { in setLeAudioEnabled()