Home
last modified time | relevance | path

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

/cts/tests/appsearch/helper-app/src/com/android/cts/appsearch/helper/
DAppSearchTestService.java311 AppSearchSchema actionSchema = in indexAction() local
326 .addSchemas(AppSearchEmail.SCHEMA, actionSchema); in indexAction()
332 actionSchema.getSchemaType(), false); in indexAction()
/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DGlobalSearchSessionServiceCtsTestBase.java1276 AppSearchSchema actionSchema = in testGlobalSearch_withJoin_packageFiltering() local
1285 mDb.setSchemaAsync(new SetSchemaRequest.Builder().addSchemas(actionSchema).build()).get(); in testGlobalSearch_withJoin_packageFiltering()
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java2803 AppSearchSchema actionSchema = in testQuery_advancedRankingWithJoin() local
2827 .addSchemas(AppSearchEmail.SCHEMA, actionSchema) in testQuery_advancedRankingWithJoin()
7377 AppSearchSchema actionSchema = in testQueryWithJoin_typePropertyFiltersOnNestedSpec() local
7408 .addSchemas(AppSearchEmail.SCHEMA, actionSchema) in testQueryWithJoin_typePropertyFiltersOnNestedSpec()
7515 AppSearchSchema actionSchema = in testQueryWithJoin_typePropertyFiltersOnOuterSpec() local
7546 .addSchemas(AppSearchEmail.SCHEMA, actionSchema) in testQueryWithJoin_typePropertyFiltersOnOuterSpec()
7677 AppSearchSchema actionSchema = in testSimpleJoin() local
7701 .addSchemas(AppSearchEmail.SCHEMA, actionSchema) in testSimpleJoin()