Home
last modified time | relevance | path

Searched defs:hfpDeviceList (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
H A DTelecomActivityViewModel.java129 private void update(List<BluetoothDevice> hfpDeviceList) { in update()
137 private boolean listContainsDevice(@Nullable List<BluetoothDevice> hfpDeviceList, in listContainsDevice()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/bluetooth/
H A DPhoneAccountManager.java99 List<BluetoothDevice> hfpDeviceList = new ArrayList<>(); in getHfpDeviceList() local