Searched refs:INTERACTION_CALL (Results 1 – 4 of 4) sorted by relevance
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/ |
D | ContactDisplayUtilTests.java | 66 "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/ |
D | PhoneNumberInteractionTest.java | 180 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/ |
D | ContactDisplayUtils.java | 44 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/ |
D | PhoneNumberInteraction.java | 475 (new PhoneNumberInteraction(activity, ContactDisplayUtils.INTERACTION_CALL, null, in startInteractionForPhoneCall()
|