Searched refs:mPropertyBundles (Results 1 – 1 of 1) sorted by relevance
161 private ArrayList<Bundle> mPropertyBundles = new ArrayList<>(); field in AppSearchSchema.Builder180 mPropertyBundles.add(propertyConfig.mBundle); in addProperty()189 bundle.putParcelableArrayList(AppSearchSchema.PROPERTIES_FIELD, mPropertyBundles); in build()196 mPropertyBundles = new ArrayList<>(mPropertyBundles); in resetIfBuilt()