HomeSort by relevance Sort by last modified time
    Searched full:phonelist (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/interactions/
PhoneNumberInteraction.java 194 private static final String ARG_PHONE_LIST = "phoneList";
204 ArrayList<PhoneItem> phoneList, InteractionType interactionType,
208 bundle.putParcelableArrayList(ARG_PHONE_LIST, phoneList);
355 ArrayList<PhoneItem> phoneList = new ArrayList<PhoneItem>();
374 phoneList.add(item);
386 Collapser.collapseList(phoneList);
388 if (phoneList.size() == 0) {
390 } else if (phoneList.size() == 1) {
392 performAction(phoneList.get(0).phoneNumber);
395 showDisambiguationDialog(phoneList);
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 138 List<VCardEntry.PhoneData> phoneList = parent.getPhoneList();
139 assertNotNull(phoneList);
140 assertEquals(1, phoneList.size());
141 assertEquals("1", phoneList.get(0).getNumber());
  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
PhoneNumberInteractionTest.java 68 void showDisambiguationDialog(ArrayList<PhoneItem> phoneList) {
69 this.mPhoneList = phoneList;
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]

Completed in 151 milliseconds