Searched refs:mSchemasNotDisplayedBySystem (Results 1 – 1 of 1) sorted by relevance
85 private final Set<String> mSchemasNotDisplayedBySystem; field in SetSchemaRequest99 mSchemasNotDisplayedBySystem = Objects.requireNonNull(schemasNotDisplayedBySystem); in SetSchemaRequest()118 return Collections.unmodifiableSet(mSchemasNotDisplayedBySystem); in getSchemasNotDisplayedBySystem()174 private ArraySet<String> mSchemasNotDisplayedBySystem = new ArraySet<>(); field in SetSchemaRequest.Builder231 mSchemasNotDisplayedBySystem.remove(schemaType); in setSchemaTypeDisplayedBySystem()233 mSchemasNotDisplayedBySystem.add(schemaType); in setSchemaTypeDisplayedBySystem()418 Set<String> referencedSchemas = new ArraySet<>(mSchemasNotDisplayedBySystem); in build()437 mSchemasNotDisplayedBySystem, in build()455 mSchemasNotDisplayedBySystem = new ArraySet<>(mSchemasNotDisplayedBySystem); in resetIfBuilt()