Searched refs:PhoneItem (Results 1 – 1 of 1) sorted by relevance
274 ArrayList<PhoneItem> phoneList = new ArrayList<>(); in onLoadComplete()301 PhoneItem item = new PhoneItem(); in onLoadComplete()326 PhoneItem item = phoneList.get(0); in onLoadComplete()352 private void showDisambiguationDialog(ArrayList<PhoneItem> phoneList) { in showDisambiguationDialog()375 /* package */ static class PhoneItem implements Parcelable, Collapsible<PhoneItem> { class in PhoneNumberInteraction377 public static final Parcelable.Creator<PhoneItem> CREATOR =378 new Parcelable.Creator<PhoneItem>() {380 public PhoneItem createFromParcel(Parcel in) {381 return new PhoneItem(in);385 public PhoneItem[] newArray(int size) {[all …]