Searched refs:mSchemasNotDisplayedBySystem (Results 1 – 1 of 1) sorted by relevance
204 private final Set<String> mSchemasNotDisplayedBySystem; field in SetSchemaRequest224 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.Builder414 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 …]