/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/visibilitystore/ |
D | VisibilityStoreMigrationFromV2Test.java | 115 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()
|
D | VisibilityStoreTest.java | 112 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/ |
D | VisibilityStore.java | 434 Set<AppSearchSchema> existingVisibilitySchema = getSchemaResponse.getSchemas(); in verifyOrSetLatestVisibilitySchema() 502 getAndroidVOverlaySchemaResponse.getSchemas(); in verifyOrSetLatestVisibilityOverlaySchema()
|
D | VisibilityStoreMigrationHelperFromV0.java | 240 for (AppSearchSchema schema : getSchemaResponse.getSchemas()) { in hasDeprecatedType()
|
/packages/modules/AppSearch/framework/java/android/app/appsearch/aidl/ |
D | SetSchemaAidlRequest.java | 127 public List<AppSearchSchema> getSchemas() { in getSchemas() method in SetSchemaAidlRequest
|
/packages/modules/AppSearch/framework/java/android/app/appsearch/ |
D | AppSearchSession.java | 204 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/ |
D | EnterpriseContactsTest.java | 420 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/ |
D | InternalVisibilityConfig.java | 53 Set<AppSearchSchema> searchSchemas = setSchemaRequest.getSchemas(); in toInternalVisibilityConfigs()
|
D | GetSchemaResponse.java | 134 public Set<AppSearchSchema> getSchemas() { in getSchemas() method in GetSchemaResponse
|
D | SetSchemaRequest.java | 203 public Set<AppSearchSchema> getSchemas() { in getSchemas() method in SetSchemaRequest
|
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/ |
D | AppSearchSessionInternalTestBase.java | 107 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/ |
D | AppSearchHelperTest.java | 95 assertThat(response.getSchemas()) in testAppSearchHelper_permissionSetCorrectlyForMobileApplication()
|
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/ |
D | AppSearchImplTest.java | 627 .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/ |
D | current.txt | 293 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/ |
D | AppSearchImpl.java | 572 Set<AppSearchSchema> oldSchemaTypes = oldSchema.getSchemas(); in doSetSchemaWithChangeNotificationLocked()
|
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/ |
D | AppSearchManagerServiceTest.java | 1416 assertThat(result.getResultValue().getSchemas()).isEmpty(); in testEnterpriseGetSchema_noEnterpriseUser_emptyResult()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/ |
D | AppSearchManagerService.java | 470 request.getSchemas(), in setSchema()
|