Home
last modified time | relevance | path

Searched refs:mPropertyBundles (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DAppSearchSchema.java161 private ArrayList<Bundle> mPropertyBundles = new ArrayList<>(); field in AppSearchSchema.Builder
180 mPropertyBundles.add(propertyConfig.mBundle); in addProperty()
189 bundle.putParcelableArrayList(AppSearchSchema.PROPERTIES_FIELD, mPropertyBundles); in build()
196 mPropertyBundles = new ArrayList<>(mPropertyBundles); in resetIfBuilt()