HomeSort by relevance Sort by last modified time
    Searched refs:INTERACTION_CALL (Results 1 - 4 of 4) sorted by null

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
ContactDisplayUtilTests.java 66 "expected call label", ContactDisplayUtils.INTERACTION_CALL, getContext());
72 ContactDisplayUtils.INTERACTION_CALL, getContext());
77 ContactDisplayUtils.INTERACTION_CALL, getContext());
  /packages/apps/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java 180 mContext, ContactDisplayUtils.INTERACTION_CALL, null);
198 mContext, ContactDisplayUtils.INTERACTION_CALL, null);
219 mContext, ContactDisplayUtils.INTERACTION_CALL, null);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
ContactDisplayUtils.java 44 public static final int INTERACTION_CALL = 1;
63 * @param interactionType whether this is a call or sms. Either {@link #INTERACTION_CALL} or
80 if (interactionType != INTERACTION_CALL) {
82 ". Defaulting to ContactDisplayUtils.INTERACTION_CALL.");
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 475 (new PhoneNumberInteraction(activity, ContactDisplayUtils.INTERACTION_CALL, null,

Completed in 59 milliseconds