Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallAudioState.java81 private final Collection<BluetoothDevice> supportedBluetoothDevices; field in CallAudioState
110 @NonNull Collection<BluetoothDevice> supportedBluetoothDevices) { in CallAudioState() argument
115 this.supportedBluetoothDevices = supportedBluetoothDevices; in CallAudioState()
124 supportedBluetoothDevices = state.getSupportedBluetoothDevices(); in CallAudioState()
134 supportedBluetoothDevices = Collections.emptyList(); in CallAudioState()
146 if (supportedBluetoothDevices.size() != state.supportedBluetoothDevices.size()) { in equals()
149 for (BluetoothDevice device : supportedBluetoothDevices) { in equals()
150 if (!state.supportedBluetoothDevices.contains(device)) { in equals()
161 String bluetoothDeviceList = supportedBluetoothDevices.stream() in toString()
213 return supportedBluetoothDevices; in getSupportedBluetoothDevices()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51576 Landroid/telecom/CallAudioState;->supportedBluetoothDevices:Ljava/util/Collection;