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.java204 private final Set<String> mSchemasNotDisplayedBySystem; field in SetSchemaRequest
224 mSchemasNotDisplayedBySystem = Objects.requireNonNull(schemasNotDisplayedBySystem); in SetSchemaRequest()
244 return Collections.unmodifiableSet(mSchemasNotDisplayedBySystem); in getSchemasNotDisplayedBySystem()
367 && mSchemasNotDisplayedBySystem.equals(otherRequest.mSchemasNotDisplayedBySystem) in equals()
381 mSchemasNotDisplayedBySystem, in hashCode()
395 private ArraySet<String> mSchemasNotDisplayedBySystem = new ArraySet<>(); field in SetSchemaRequest.Builder
414 mSchemasNotDisplayedBySystem.addAll(request.mSchemasNotDisplayedBySystem); in Builder()
488 mSchemasNotDisplayedBySystem.remove(schemaType); in setSchemaTypeDisplayedBySystem()
490 mSchemasNotDisplayedBySystem.add(schemaType); in setSchemaTypeDisplayedBySystem()
841 Set<String> referencedSchemas = new ArraySet<>(mSchemasNotDisplayedBySystem); in build()
[all …]