Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DCallAudioState.java79 private final Collection<BluetoothDevice> supportedBluetoothDevices; field in CallAudioState
108 @NonNull Collection<BluetoothDevice> supportedBluetoothDevices) { in CallAudioState() argument
113 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 …]