Searched defs:phoneItem (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java120 public void collapseWith(PhoneItem phoneItem) { argument
125 public boolean shouldCollapseWith(PhoneItem phoneItem, Context context) { argument
127 Phone.CONTENT_ITEM_TYPE, phoneItem.phoneNumber);
234 final PhoneItem phoneItem = mPhoneList.get(which);
239 activity, phoneItem.id);
243 PhoneNumberInteraction.performAction(activity, phoneItem.phoneNumber,

Completed in 77 milliseconds