Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/interactions/
DPhoneNumberInteraction.java280 ArrayList<PhoneItem> phoneList = new ArrayList<>(); in onLoadComplete() local
358 private void showDisambiguationDialog(ArrayList<PhoneItem> phoneList) { in showDisambiguationDialog()
375 phoneList, in showDisambiguationDialog() local
503 private List<PhoneItem> phoneList; field in PhoneNumberInteraction.PhoneDisambiguationDialogFragment
513 ArrayList<PhoneItem> phoneList, in show()