Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/interactions/
DPhoneNumberInteraction.java117 private final int interactionType; field in PhoneNumberInteraction
161 int interactionType, in PhoneNumberInteraction() argument
165 this.interactionType = interactionType; in PhoneNumberInteraction()
177 int interactionType, in performAction() argument
181 switch (interactionType) { in performAction()
216 context, phoneNumber, interactionType, isVideoCall, callSpecificAppData); in performAction()
376 interactionType, in showDisambiguationDialog() local
459 private final int interactionType; field in PhoneNumberInteraction.PhoneItemAdapter
461 PhoneItemAdapter(Context context, List<PhoneItem> list, int interactionType) { in PhoneItemAdapter() argument
463 this.interactionType = interactionType; in PhoneItemAdapter()
[all …]
/packages/apps/Dialer/java/com/android/contacts/common/util/
DContactDisplayUtils.java62 Integer type, CharSequence customLabel, int interactionType, @NonNull Context context) { in getLabelForCallOrSms() argument
69 if (interactionType == INTERACTION_SMS) { in getLabelForCallOrSms()
73 if (interactionType != INTERACTION_CALL) { in getLabelForCallOrSms()
77 + interactionType in getLabelForCallOrSms()
/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