Searched refs:supportedBluetoothDevices (Results 1 – 1 of 1) sorted by relevance
79 private final Collection<BluetoothDevice> supportedBluetoothDevices; field in CallAudioState108 @NonNull Collection<BluetoothDevice> supportedBluetoothDevices) { in CallAudioState() argument113 this.supportedBluetoothDevices = supportedBluetoothDevices; in CallAudioState()122 supportedBluetoothDevices = state.getSupportedBluetoothDevices(); in CallAudioState()132 supportedBluetoothDevices = Collections.emptyList(); in CallAudioState()144 if (supportedBluetoothDevices.size() != state.supportedBluetoothDevices.size()) { in equals()147 for (BluetoothDevice device : supportedBluetoothDevices) { in equals()148 if (!state.supportedBluetoothDevices.contains(device)) { in equals()159 String bluetoothDeviceList = supportedBluetoothDevices.stream() in toString()207 return supportedBluetoothDevices; in getSupportedBluetoothDevices()[all …]