Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneCallDetailsHelper.java221 int relevantLinkTypes = Linkify.EMAIL_ADDRESSES | Linkify.PHONE_NUMBERS | Linkify.WEB_URLS; in setPhoneCallDetails() local
222 views.voicemailTranscriptionView.setAutoLinkMask(relevantLinkTypes); in setPhoneCallDetails()