Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayUtils.java71 public Optional<RemoteAction> getAction(TextLinks textLinks, String source) { in getAction()
78 private ArrayList<RemoteAction> getActions(TextLinks textLinks) { in getActions()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayUtilsTest.java123 TextLinks.Builder textLinks = new TextLinks.Builder("test text of length 22"); in test_getAction_skipsShortEntity() local
209 TextLinks.Builder textLinks = new TextLinks.Builder("test text of length 22"); in getFakeTextLinksBuilder() local
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextLinksParams.java104 public int apply(@NonNull Spannable text, @NonNull TextLinks textLinks) { in apply()
/aosp14/frameworks/base/core/java/android/content/
H A DClipData.java364 public void setTextLinks(TextLinks textLinks) { in setTextLinks()
1257 TextLinks textLinks = in.readTypedObject(TextLinks.CREATOR); in ClipData() local