Searched refs:matchInfo (Results 1 – 2 of 2) sorted by relevance
101 MatchInfo matchInfo = new MatchInfo(matchBundles.get(i), getGenericDocument()); in getMatchInfos() local102 mMatchInfos.add(matchInfo); in getMatchInfos()189 public Builder addMatchInfo(@NonNull MatchInfo matchInfo) { in addMatchInfo() argument191 matchInfo.mDocument == null, in addMatchInfo()195 mMatchInfoBundles.add(matchInfo.mBundle); in addMatchInfo()
117 SearchResult.MatchInfo matchInfo = in toSearchResult() local119 builder.addMatchInfo(matchInfo); in toSearchResult()