Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGetSchemaResponse.java146 public Set<String> getSchemaTypesNotDisplayedBySystem() { in getSchemaTypesNotDisplayedBySystem() method in GetSchemaResponse
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java5334 assertThat(getResponse.getSchemaTypesNotDisplayedBySystem()).containsExactly("Type"); in testGetSchema_global()
5358 assertThat(getResponse.getSchemaTypesNotDisplayedBySystem()).isEmpty(); in testGetSchema_nonExistentApp()
5383 assertThat(getResponse.getSchemaTypesNotDisplayedBySystem()).isEmpty(); in testGetSchema_noAccess()
5457 assertThat(getResponse.getSchemaTypesNotDisplayedBySystem()).containsExactly("VisibleType"); in testGetSchema_global_partialAccess()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt290 method @NonNull public java.util.Set<java.lang.String> getSchemaTypesNotDisplayedBySystem();