Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DVisibilityDocument.java246 Set<String> schemasNotDisplayedBySystem = setSchemaRequest.getSchemasNotDisplayedBySystem(); in toVisibilityDocuments() local
259 schemasNotDisplayedBySystem.contains(schemaType)); in toVisibilityDocuments()
DSetSchemaRequest.java154 @NonNull Set<String> schemasNotDisplayedBySystem, in SetSchemaRequest() argument
161 mSchemasNotDisplayedBySystem = Objects.requireNonNull(schemasNotDisplayedBySystem); in SetSchemaRequest()