Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGetSchemaResponse.java77 private @Nullable Set<String> mSchemasNotDisplayedBySystemCached; field in GetSchemaResponse
146 if (mSchemasNotDisplayedBySystemCached == null) { in getSchemaTypesNotDisplayedBySystem()
153 mSchemasNotDisplayedBySystemCached = Collections.unmodifiableSet(copy); in getSchemaTypesNotDisplayedBySystem()
155 return mSchemasNotDisplayedBySystemCached; in getSchemaTypesNotDisplayedBySystem()