Home
last modified time | relevance | path

Searched defs: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()
177 int interactionType, 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()
501 private int interactionType; field in PhoneNumberInteraction.PhoneDisambiguationDialogFragment
514 int interactionType, in show()
/packages/apps/Dialer/java/com/android/contacts/common/util/
DContactDisplayUtils.java62 Integer type, CharSequence customLabel, int interactionType, @NonNull Context context) { 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()