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 50 "expected call label", ContactDisplayUtils.INTERACTION_CALL, getContext());
56 ContactDisplayUtils.INTERACTION_CALL, getContext());
61 ContactDisplayUtils.INTERACTION_CALL, getContext());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
ContactDisplayUtils.java 34 public static final int INTERACTION_CALL = 1;
53 * @param interactionType whether this is a call or sms. Either {@link #INTERACTION_CALL} or
70 if (interactionType != INTERACTION_CALL) {
72 ". Defaulting to ContactDisplayUtils.INTERACTION_CALL.");
  /packages/apps/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java 178 mContext, ContactDisplayUtils.INTERACTION_CALL, null);
196 mContext, ContactDisplayUtils.INTERACTION_CALL, null);
217 mContext, ContactDisplayUtils.INTERACTION_CALL, null);
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 458 (new PhoneNumberInteraction(activity, ContactDisplayUtils.INTERACTION_CALL, null))
479 (new PhoneNumberInteraction(activity, ContactDisplayUtils.INTERACTION_CALL, null))
493 (new PhoneNumberInteraction(activity, ContactDisplayUtils.INTERACTION_CALL, null, callOrigin))

Completed in 34 milliseconds