Searched refs:mSchemas (Results 1 – 2 of 2) sorted by relevance
84 private final Set<AppSearchSchema> mSchemas; field in SetSchemaRequest98 mSchemas = Objects.requireNonNull(schemas); in SetSchemaRequest()109 return Collections.unmodifiableSet(mSchemas); in getSchemas()173 private ArraySet<AppSearchSchema> mSchemas = new ArraySet<>(); field in SetSchemaRequest.Builder205 mSchemas.addAll(schemas); in addSchemas()421 for (AppSearchSchema schema : mSchemas) { in build()430 if (mSchemas.isEmpty() && mVersion != DEFAULT_VERSION) { in build()436 mSchemas, in build()454 mSchemas = new ArraySet<>(mSchemas); in resetIfBuilt()
314 private ArrayList<String> mSchemas = new ArrayList<>(); field in SearchSpec.Builder368 mSchemas.addAll(schemas); in addFilterSchemas()649 bundle.putStringArrayList(SCHEMA_FIELD, mSchemas); in build()668 mSchemas = new ArrayList<>(mSchemas); in resetIfBuilt()