Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java792 TextLinks textLinks = classifier.generateLinks(request); in addLinks() local
794 text = applyTextLinksToSpannable(messageText, textLinks, classifier); in addLinks()
805 private Spannable applyTextLinksToSpannable(String text, TextLinks textLinks, in applyTextLinksToSpannable() argument
808 for (TextLink link : textLinks.getLinks()) { in applyTextLinksToSpannable()