Searched refs:mMatchInfos (Results 1 – 1 of 1) sorted by relevance
65 final List<MatchInfo> mMatchInfos; field in SearchResult100 mMatchInfos = Objects.requireNonNull(matchInfos); in SearchResult()138 mMatchInfosCached = new ArrayList<>(mMatchInfos.size()); in getMatchInfos()139 for (int i = 0; i < mMatchInfos.size(); i++) { in getMatchInfos()140 MatchInfo matchInfo = mMatchInfos.get(i); in getMatchInfos()242 private List<MatchInfo> mMatchInfos = new ArrayList<>(); field in SearchResult.Builder298 mMatchInfos.add(matchInfo); in addMatchInfo()353 mMatchInfos, in build()363 mMatchInfos = new ArrayList<>(mMatchInfos); in resetIfBuilt()