Searched refs:interactionType (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Dialer/src/com/android/dialer/interactions/ |
D | PhoneNumberInteraction.java | 158 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/ |
D | ContactDisplayUtils.java | 69 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/ |
D | PhoneNumberInteractionTest.java | 55 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/ |
D | UsageStatistics.java | 45 public void mediaInteraction(String ref, int interactionType, int cause, float age) { in mediaInteraction() argument
|