Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSetSchemaRequest.java171 private final Set<String> mSchemasNotDisplayedBySystem; field in SetSchemaRequest
191 mSchemasNotDisplayedBySystem = Objects.requireNonNull(schemasNotDisplayedBySystem); in SetSchemaRequest()
213 return Collections.unmodifiableSet(mSchemasNotDisplayedBySystem); in getSchemasNotDisplayedBySystem()
333 private ArraySet<String> mSchemasNotDisplayedBySystem = new ArraySet<>(); field in SetSchemaRequest.Builder
397 mSchemasNotDisplayedBySystem.remove(schemaType); in setSchemaTypeDisplayedBySystem()
399 mSchemasNotDisplayedBySystem.add(schemaType); in setSchemaTypeDisplayedBySystem()
748 Set<String> referencedSchemas = new ArraySet<>(mSchemasNotDisplayedBySystem); in build()
770 mSchemasNotDisplayedBySystem, in build()
803 mSchemasNotDisplayedBySystem = new ArraySet<>(mSchemasNotDisplayedBySystem); in resetIfBuilt()