Searched refs:mMatchInfos (Results 1 – 1 of 1) sorted by relevance
58 @Nullable private List<MatchInfo> mMatchInfos; field in SearchResult96 if (mMatchInfos == null) { in getMatchInfos()99 mMatchInfos = new ArrayList<>(matchBundles.size()); in getMatchInfos()102 mMatchInfos.add(matchInfo); in getMatchInfos()105 return mMatchInfos; in getMatchInfos()