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

/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java80 /* package */ static class PhoneItem implements Parcelable, Collapsible<PhoneItem> { class in class:PhoneNumberInteraction
90 public PhoneItem() { method in class:PhoneNumberInteraction.PhoneItem
93 private PhoneItem(Parcel in) { method in class:PhoneNumberInteraction.PhoneItem
120 public void collapseWith(PhoneItem phoneItem) {
125 public boolean shouldCollapseWith(PhoneItem phoneItem, Context context) {
135 public static final Parcelable.Creator<PhoneItem> CREATOR
136 = new Parcelable.Creator<PhoneItem>() {
138 public PhoneItem createFromParcel(Parcel in) {
139 return new PhoneItem(i
[all...]
/packages/apps/Dialer/tests/src/com/android/dialer/interactions/
H A DPhoneNumberInteractionTest.java36 import com.android.dialer.interactions.PhoneNumberInteraction.PhoneItem;
51 private ArrayList<PhoneItem> mPhoneList;
59 void showDisambiguationDialog(ArrayList<PhoneItem> phoneList) {
140 PhoneNumberInteraction.PhoneItem phoneItem1 = new PhoneNumberInteraction.PhoneItem();
141 PhoneNumberInteraction.PhoneItem phoneItem2 = new PhoneNumberInteraction.PhoneItem();
212 List<PhoneItem> items = interaction.mPhoneList;
216 PhoneItem item = items.get(0);

Completed in 64 milliseconds