Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DTextLinks.java100 private final String mFullText; field in TextLinks
105 mFullText = fullText; in TextLinks()
115 return mFullText; in getText()
167 return String.format(Locale.US, "TextLinks{fullText=%s, links=%s}", mFullText, mLinks); in toString()
177 dest.writeString(mFullText); in writeToParcel()
196 mFullText = in.readString(); in TextLinks()
668 private final String mFullText; field in TextLinks.Builder
678 mFullText = Objects.requireNonNull(fullText); in Builder()
754 return new TextLinks(mFullText, mLinks, in build()
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DSearchResult.java312 @Nullable private String mFullText; field in SearchResult.MatchInfo
348 if (mFullText == null) { in getFullText()
352 mFullText = getPropertyValues(mDocument, mPropertyPath); in getFullText()
354 return mFullText; in getFullText()
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66064 Landroid/view/textclassifier/TextLinks$Builder;->mFullText:Ljava/lang/String;
66120 Landroid/view/textclassifier/TextLinks;->mFullText:Ljava/lang/String;