Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DTextLinksParams.java104 public int apply(@NonNull Spannable text, @NonNull TextLinks textLinks) { in apply() argument
106 Objects.requireNonNull(textLinks); in apply()
116 if (!textString.startsWith(textLinks.getText().toString())) { in apply()
119 if (textLinks.getLinks().isEmpty()) { in apply()
124 for (TextLink link : textLinks.getLinks()) { in apply()