Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
H A DTelecomActivityViewModel.java131 if (mBluetoothDevice != null && !listContainsDevice(hfpDeviceList, mBluetoothDevice)) { in update()
137 private boolean listContainsDevice(@Nullable List<BluetoothDevice> hfpDeviceList, in listContainsDevice() method in TelecomActivityViewModel.RefreshUiEvent