Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
DContactDisplayUtilTests.java66 "expected call label", ContactDisplayUtils.INTERACTION_CALL, getContext()); in testGetLabelForCallOrSmsReturnsCustomLabel()
72 ContactDisplayUtils.INTERACTION_CALL, getContext()); in testGetLabelForCallOrSmsReturnsCallLabels()
77 ContactDisplayUtils.INTERACTION_CALL, getContext()); in testGetLabelForCallOrSmsReturnsCallLabels()
/packages/apps/Dialer/tests/src/com/android/dialer/interactions/
DPhoneNumberInteractionTest.java180 mContext, ContactDisplayUtils.INTERACTION_CALL, null); in testCallNumberWhenThereAreDuplicates()
198 mContext, ContactDisplayUtils.INTERACTION_CALL, null); in testCallWithSip()
219 mContext, ContactDisplayUtils.INTERACTION_CALL, null); in testShowDisambigDialogForCalling()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DContactDisplayUtils.java44 public static final int INTERACTION_CALL = 1; field in ContactDisplayUtils
80 if (interactionType != INTERACTION_CALL) { in getLabelForCallOrSms()
/packages/apps/Dialer/src/com/android/dialer/interactions/
DPhoneNumberInteraction.java475 (new PhoneNumberInteraction(activity, ContactDisplayUtils.INTERACTION_CALL, null, in startInteractionForPhoneCall()