Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DSearchResult.java101 MatchInfo matchInfo = new MatchInfo(matchBundles.get(i), getGenericDocument()); in getMatchInfos() local
102 mMatchInfos.add(matchInfo); in getMatchInfos()
189 public Builder addMatchInfo(@NonNull MatchInfo matchInfo) { in addMatchInfo() argument
191 matchInfo.mDocument == null, in addMatchInfo()
195 mMatchInfoBundles.add(matchInfo.mBundle); in addMatchInfo()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSearchResultToProtoConverter.java117 SearchResult.MatchInfo matchInfo = in toSearchResult() local
119 builder.addMatchInfo(matchInfo); in toSearchResult()