Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/audioroute/
DAudioRouteSelectorDialogFragment.java103 Collection<BluetoothDevice> bluetoothDeviceSet = audioState.getSupportedBluetoothDevices(); in onCreateView() local
104 for (BluetoothDevice device : bluetoothDeviceSet) { in onCreateView()
107 && (bluetoothDeviceSet.size() == 1 in onCreateView()