Searched refs:mMatchInfoBundles (Results 1 – 1 of 1) sorted by relevance
162 private ArrayList<Bundle> mMatchInfoBundles = new ArrayList<>(); field in SearchResult.Builder195 mMatchInfoBundles.add(matchInfo.mBundle); in addMatchInfo()215 bundle.putParcelableArrayList(MATCH_INFOS_FIELD, mMatchInfoBundles); in build()222 mMatchInfoBundles = new ArrayList<>(mMatchInfoBundles); in resetIfBuilt()