Searched refs:PhoneItem (Results 1 – 1 of 1) sorted by relevance
280 ArrayList<PhoneItem> phoneList = new ArrayList<>(); in onLoadComplete()307 PhoneItem item = new PhoneItem(); in onLoadComplete()332 PhoneItem item = phoneList.get(0); in onLoadComplete()358 private void showDisambiguationDialog(ArrayList<PhoneItem> phoneList) { in showDisambiguationDialog()388 /* package */ static class PhoneItem implements Parcelable, Collapsible<PhoneItem> { class in PhoneNumberInteraction390 public static final Parcelable.Creator<PhoneItem> CREATOR =391 new Parcelable.Creator<PhoneItem>() {393 public PhoneItem createFromParcel(Parcel in) {394 return new PhoneItem(in);398 public PhoneItem[] newArray(int size) {[all …]