Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextLinksTest.java71 final String fullText = "this is just a test"; in testParcel() local
72 final TextLinks reference = new TextLinks.Builder(fullText) in testParcel()
85 assertEquals(fullText, result.getText()); in testParcel()
/frameworks/base/core/java/android/view/textclassifier/
DTextLinks.java104 private TextLinks(String fullText, ArrayList<TextLink> links, Bundle extras) { in TextLinks() argument
105 mFullText = fullText; in TextLinks()
677 public Builder(@NonNull String fullText) { in Builder() argument
678 mFullText = Objects.requireNonNull(fullText); in Builder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputViewController.kt320 val fullText = in onSendRemoteInput() constant
323 entry.remoteInputText = fullText in onSendRemoteInput()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...