Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/interactions/
DPhoneNumberInteraction.java202 public static void show(FragmentManager fragmentManager, ArrayList<PhoneItem> phoneList, in show()
405 ArrayList<PhoneItem> phoneList = new ArrayList<PhoneItem>(); in onLoadComplete() local
502 /* package */ void showDisambiguationDialog(ArrayList<PhoneItem> phoneList) { in showDisambiguationDialog()
510 phoneList, mInteractionType, mIsVideoCall, mCallInitiationType); in showDisambiguationDialog() local
/packages/apps/Dialer/tests/src/com/android/dialer/interactions/
DPhoneNumberInteractionTest.java61 void showDisambiguationDialog(ArrayList<PhoneItem> phoneList) { in showDisambiguationDialog()