Searched refs:supportedBluetoothDevices (Results 1 – 2 of 2) sorted by relevance
81 private final Collection<BluetoothDevice> supportedBluetoothDevices; field in CallAudioState110 @NonNull Collection<BluetoothDevice> supportedBluetoothDevices) { in CallAudioState() argument115 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 …]
51576 Landroid/telecom/CallAudioState;->supportedBluetoothDevices:Ljava/util/Collection;