Searched refs:MatchInfo (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/ |
H A D | SearchResult.java | 58 @Nullable private List<MatchInfo> mMatchInfos; 95 public List<MatchInfo> getMatchInfos() { in getMatchInfos() 101 MatchInfo matchInfo = new MatchInfo(matchBundles.get(i), getGenericDocument()); in getMatchInfos() 189 public Builder addMatchInfo(@NonNull MatchInfo matchInfo) { in addMatchInfo() 291 public static final class MatchInfo { class in SearchResult 320 MatchInfo(@NonNull Bundle bundle, @Nullable GenericDocument document) { in MatchInfo() method in SearchResult.MatchInfo 473 public MatchInfo build() { in build() 475 bundle.putString(SearchResult.MatchInfo.PROPERTY_PATH_FIELD, mPropertyPath); in build() 478 bundle.putInt(MatchInfo.SNIPPET_RANGE_LOWER_FIELD, mSnippetRange.getStart()); in build() 479 bundle.putInt(MatchInfo.SNIPPET_RANGE_UPPER_FIELD, mSnippetRange.getEnd()); in build() [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/converter/ |
H A D | SnippetTest.java | 102 SearchResult.MatchInfo match = searchResultPage.getResults().get(0).getMatchInfos().get(0); in testSingleStringSnippet() 211 SearchResult.MatchInfo match1 = searchResultPage.getResults().get(0).getMatchInfos().get(0); in testMultipleStringSnippet() 221 SearchResult.MatchInfo match2 = searchResultPage.getResults().get(0).getMatchInfos().get(1); in testMultipleStringSnippet() 302 SearchResult.MatchInfo match1 = searchResultPage.getResults().get(0).getMatchInfos().get(0); in testNestedDocumentSnippet() 312 SearchResult.MatchInfo match2 = searchResultPage.getResults().get(0).getMatchInfos().get(1); in testNestedDocumentSnippet()
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/ |
H A D | SearchResultToProtoConverter.java | 117 SearchResult.MatchInfo matchInfo = in toSearchResult() 126 private static SearchResult.MatchInfo toMatchInfo( in toMatchInfo() 128 return new SearchResult.MatchInfo.Builder(propertyPath) in toMatchInfo()
|
/aosp12/art/tools/checker/match/ |
H A D | file.py | 23 MatchInfo = namedtuple("MatchInfo", ["scope", "variables"]) variable 179 return MatchInfo(MatchScope(i, i), new_variables) 228 match = MatchInfo(MatchScope(min(matched_lines), max(matched_lines)), variables) 247 match = MatchInfo(MatchScope(self.c1_length, self.c1_length), None)
|
/aosp12/frameworks/base/apex/appsearch/framework/api/ |
H A D | current.txt | 292 …method @NonNull public java.util.List<android.app.appsearch.SearchResult.MatchInfo> getMatchInfos(… 299 …appsearch.SearchResult.Builder addMatchInfo(@NonNull android.app.appsearch.SearchResult.MatchInfo); 305 public static final class SearchResult.MatchInfo { 314 public static final class SearchResult.MatchInfo.Builder { 315 ctor public SearchResult.MatchInfo.Builder(@NonNull String); 316 method @NonNull public android.app.appsearch.SearchResult.MatchInfo build(); 317 …method @NonNull public android.app.appsearch.SearchResult.MatchInfo.Builder setExactMatchRange(@No… 318 …method @NonNull public android.app.appsearch.SearchResult.MatchInfo.Builder setSnippetRange(@NonNu…
|
/aosp12/packages/modules/RuntimeI18n/apex/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 1106 …neGenericNames;->createGenericMatchInfo(Landroid/icu/text/TimeZoneNames$MatchInfo;)Landroid/icu/im… 5173 Landroid/icu/text/TimeZoneNames$MatchInfo;-><init>(Landroid/icu/text/TimeZoneNames$NameType;Ljava/l… 5174 Landroid/icu/text/TimeZoneNames$MatchInfo;->matchLength()I 5175 Landroid/icu/text/TimeZoneNames$MatchInfo;->mzID()Ljava/lang/String; 5176 Landroid/icu/text/TimeZoneNames$MatchInfo;->nameType()Landroid/icu/text/TimeZoneNames$NameType; 5177 Landroid/icu/text/TimeZoneNames$MatchInfo;->tzID()Ljava/lang/String; 5178 Landroid/icu/text/TimeZoneNames$MatchInfo;->_matchLength:I 5179 Landroid/icu/text/TimeZoneNames$MatchInfo;->_mzID:Ljava/lang/String; 5180 Landroid/icu/text/TimeZoneNames$MatchInfo;->_nameType:Landroid/icu/text/TimeZoneNames$NameType; 5181 Landroid/icu/text/TimeZoneNames$MatchInfo;->_tzID:Ljava/lang/String;
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 4020 android.icu.text.TimeZoneNames$MatchInfo
|
H A D | boot-image-profile.txt | 27136 Landroid/icu/text/TimeZoneNames$MatchInfo;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 4018 android.icu.text.TimeZoneNames$MatchInfo
|
H A D | boot-image-profile.txt | 36773 Landroid/icu/text/TimeZoneNames$MatchInfo;
|