Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/
DAppSearchSessionInternalTest.java81 .addParentType("Person") in testQuery_typeFilterWithPolymorphism()
186 .addParentType("Person") in testQuery_projectionWithPolymorphism()
285 .addParentType("Person") in testQuery_indexBasedOnParentTypePolymorphism()
382 new AppSearchSchema.Builder("A").addParentType("B").addParentType("C").build(); in testQuery_parentTypeListIsTopologicalOrder()
383 AppSearchSchema schemaB = new AppSearchSchema.Builder("B").addParentType("D").build(); in testQuery_parentTypeListIsTopologicalOrder()
385 new AppSearchSchema.Builder("C").addParentType("B").addParentType("D").build(); in testQuery_parentTypeListIsTopologicalOrder()
450 .addParentType("Message") in testQuery_wildcardProjection_polymorphism()
468 .addParentType("Message") in testQuery_wildcardProjection_polymorphism()
560 .addParentType("Message") in testQuery_wildcardFilterSchema_polymorphism()
578 .addParentType("Message") in testQuery_wildcardFilterSchema_polymorphism()
[all …]
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DAppSearchSessionInternalTestBase.java129 .addParentType("Person") in testQuery_typeFilterWithPolymorphism()
232 .addParentType("Person") in testQuery_projectionWithPolymorphism()
336 .addParentType("Person") in testQuery_projectionWithPolymorphismAndSchemaFilter()
436 .addParentType("Person") in testQuery_indexBasedOnParentTypePolymorphism()
532 new AppSearchSchema.Builder("A").addParentType("B").addParentType("C").build(); in testQuery_parentTypeListIsTopologicalOrder()
533 AppSearchSchema schemaB = new AppSearchSchema.Builder("B").addParentType("D").build(); in testQuery_parentTypeListIsTopologicalOrder()
535 new AppSearchSchema.Builder("C").addParentType("B").addParentType("D").build(); in testQuery_parentTypeListIsTopologicalOrder()
599 .addParentType("Message") in testQuery_wildcardProjection_polymorphism()
617 .addParentType("Message") in testQuery_wildcardProjection_polymorphism()
708 .addParentType("Message") in testQuery_wildcardFilterSchema_polymorphism()
[all …]
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DSchemaToProtoConverterTest.java340 .addParentType("Email") in testGetProto_ParentTypes()
341 .addParentType("Message") in testGetProto_ParentTypes()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSchemaToProtoConverter.java182 builder.addParentType(parentTypes.get(i)); in toAppSearchSchema()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchSchema.java321 public AppSearchSchema.Builder addParentType(@NonNull String parentSchemaType) { in addParentType() method in AppSearchSchema.Builder
/packages/modules/AppSearch/framework/api/
Dcurrent.txt78 …method @NonNull public android.app.appsearch.AppSearchSchema.Builder addParentType(@NonNull String…