Searched refs:matchBundles (Results 1 – 1 of 1) sorted by relevance
97 List<Bundle> matchBundles = in getMatchInfos() local99 mMatchInfos = new ArrayList<>(matchBundles.size()); in getMatchInfos()100 for (int i = 0; i < matchBundles.size(); i++) { in getMatchInfos()101 MatchInfo matchInfo = new MatchInfo(matchBundles.get(i), getGenericDocument()); in getMatchInfos()