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/
DInternalVisibilityConfig.java54 Set<String> schemasNotDisplayedBySystem = setSchemaRequest.getSchemasNotDisplayedBySystem(); in toInternalVisibilityConfigs() local
70 schemasNotDisplayedBySystem.contains(schemaType)); in toInternalVisibilityConfigs()
DSetSchemaRequest.java215 @NonNull Set<String> schemasNotDisplayedBySystem, in SetSchemaRequest() argument
224 mSchemasNotDisplayedBySystem = Objects.requireNonNull(schemasNotDisplayedBySystem); in SetSchemaRequest()