Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityStoreMigrationFromV2Test.java115 assertThat(getSchemaResponse.getSchemas()) in testVisibilityMigration_from2()
125 assertThat(getAndroidVOverlaySchemaResponse.getSchemas()).isEmpty(); in testVisibilityMigration_from2()
205 assertThat(getSchemaResponse.getSchemas()) in testVisibilityMigration_from2()
215 assertThat(getAndroidVOverlaySchemaResponse.getSchemas()) in testVisibilityMigration_from2()
DVisibilityStoreTest.java112 assertThat(getSchemaResponse.getSchemas()) in testSetVisibilitySchema()
123 assertThat(getAndroidVOverlaySchemaResponse.getSchemas()) in testSetVisibilitySchema()
429 assertThat(getSchemaResponse.getSchemas()) in testMigrateFromDeprecatedSchema()
521 assertThat(getSchemaResponse.getSchemas()) in testMigrateFromDeprecatedOverlaySchema()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityStore.java434 Set<AppSearchSchema> existingVisibilitySchema = getSchemaResponse.getSchemas(); in verifyOrSetLatestVisibilitySchema()
502 getAndroidVOverlaySchemaResponse.getSchemas(); in verifyOrSetLatestVisibilityOverlaySchema()
DVisibilityStoreMigrationHelperFromV0.java240 for (AppSearchSchema schema : getSchemaResponse.getSchemas()) { in hasDeprecatedType()
/packages/modules/AppSearch/framework/java/android/app/appsearch/aidl/
DSetSchemaAidlRequest.java127 public List<AppSearchSchema> getSchemas() { in getSchemas() method in SetSchemaAidlRequest
/packages/modules/AppSearch/framework/java/android/app/appsearch/
DAppSearchSession.java204 List<AppSearchSchema> schemaList = new ArrayList<>(request.getSchemas()); in setSchema()
1061 getSchemaResponse.getSchemas(), in setSchemaWithMigrations()
1153 request.getSchemas(), in setSchemaWithMigrations()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DEnterpriseContactsTest.java420 Set<AppSearchSchema> schemas = getSchemaResponse.getSchemas(); in testEnterpriseContacts_canAccessWithOnlyContactsAccess()
445 Set<AppSearchSchema> schemas = getSchemaResponse.getSchemas(); in testEnterpriseContacts_canNotAccessWithoutContactsAccess()
473 Set<AppSearchSchema> schemas = getSchemaResponse.getSchemas(); in testEnterpriseContacts_canNotAccessWithOnlyCallerIdAccess()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DInternalVisibilityConfig.java53 Set<AppSearchSchema> searchSchemas = setSchemaRequest.getSchemas(); in toInternalVisibilityConfigs()
DGetSchemaResponse.java134 public Set<AppSearchSchema> getSchemas() { in getSchemas() method in GetSchemaResponse
DSetSchemaRequest.java203 public Set<AppSearchSchema> getSchemas() { in getSchemas() method in SetSchemaRequest
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DAppSearchSessionInternalTestBase.java107 Set<AppSearchSchema> actual = mDb1.getSchemaAsync().get().getSchemas(); in testGetSchema_joinableValueType()
109 assertThat(actual).containsExactlyElementsIn(request.getSchemas()); in testGetSchema_joinableValueType()
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppSearchHelperTest.java95 assertThat(response.getSchemas()) in testAppSearchHelper_permissionSetCorrectlyForMobileApplication()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java627 .getSchemas()) in testReset()
5333 assertThat(getResponse.getSchemas()).containsExactlyElementsIn(schemas); in testGetSchema_global()
5357 assertThat(getResponse.getSchemas()).isEmpty(); in testGetSchema_nonExistentApp()
5382 assertThat(getResponse.getSchemas()).isEmpty(); in testGetSchema_noAccess()
5393 assertThat(getResponse.getSchemas()).containsExactlyElementsIn(schemas); in testGetSchema_noAccess()
5456 assertThat(getResponse.getSchemas()).containsExactly(schemas.get(0)); in testGetSchema_global_partialAccess()
5545 assertThat(getResponse.getSchemas()).containsExactly(schemas.get(0)); in testGetSchema_global_publicAcl()
5551 assertThat(getResponse.getSchemas()).containsExactly(schemas.get(0), schemas.get(1)); in testGetSchema_global_publicAcl()
5558 assertThat(getResponse.getSchemas()).containsExactlyElementsIn(schemas); in testGetSchema_global_publicAcl()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt293 method @NonNull public java.util.Set<android.app.appsearch.AppSearchSchema> getSchemas();
651 method @NonNull public java.util.Set<android.app.appsearch.AppSearchSchema> getSchemas();
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java572 Set<AppSearchSchema> oldSchemaTypes = oldSchema.getSchemas(); in doSetSchemaWithChangeNotificationLocked()
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchManagerServiceTest.java1416 assertThat(result.getResultValue().getSchemas()).isEmpty(); in testEnterpriseGetSchema_noEnterpriseUser_emptyResult()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java470 request.getSchemas(), in setSchema()