Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/interactions/
DPhoneNumberInteraction.java158 int interactionType) { in PhoneItemAdapter() argument
160 mInteractionType = interactionType; in PhoneItemAdapter()
203 int interactionType, boolean isVideoCall, int callInitiationType) { in show() argument
207 bundle.putInt(ARG_INTERACTION_TYPE, interactionType); in show()
308 /* package */ PhoneNumberInteraction(Context context, int interactionType, in PhoneNumberInteraction() argument
310 this(context, interactionType, dismissListener, false /*isVideoCall*/, in PhoneNumberInteraction()
314 private PhoneNumberInteraction(Context context, int interactionType, in PhoneNumberInteraction() argument
318 mInteractionType = interactionType; in PhoneNumberInteraction()
330 Context context, String phoneNumber, int interactionType, in performAction() argument
333 switch (interactionType) { in performAction()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DContactDisplayUtils.java69 int interactionType, Context context) { in getLabelForCallOrSms() argument
76 if (interactionType == INTERACTION_SMS) { in getLabelForCallOrSms()
80 if (interactionType != INTERACTION_CALL) { in getLabelForCallOrSms()
81 Log.e(TAG, "Un-recognized interaction type: " + interactionType + in getLabelForCallOrSms()
/packages/apps/Dialer/tests/src/com/android/dialer/interactions/
DPhoneNumberInteractionTest.java55 public TestPhoneNumberInteraction(Context context, int interactionType, in TestPhoneNumberInteraction() argument
57 super(context, interactionType, dismissListener); in TestPhoneNumberInteraction()
/packages/apps/Camera2/src_pd/com/android/camera/stats/
DUsageStatistics.java45 public void mediaInteraction(String ref, int interactionType, int cause, float age) { in mediaInteraction() argument