Home
last modified time | relevance | path

Searched refs:PhoneItem (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/interactions/
DPhoneNumberInteraction.java274 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 PhoneNumberInteraction
377 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 …]