Home
last modified time | relevance | path

Searched refs:addProjection (Results 1 – 13 of 13) sorted by relevance

/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/
DAppSearchSessionInternalTest.java244 .addProjection("Person", ImmutableList.of("name")) in testQuery_projectionWithPolymorphism()
245 .addProjection("Artist", ImmutableList.of("emailAddress")) in testQuery_projectionWithPolymorphism()
516 .addProjection( in testQuery_wildcardProjection_polymorphism()
736 .addProjection("Person", ImmutableList.of("name")) in testQuery_projectionWithPolymorphismAndSchemaFilter()
737 .addProjection("Artist", ImmutableList.of("emailAddress")) in testQuery_projectionWithPolymorphismAndSchemaFilter()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DAppSearchSessionInternalTestBase.java290 .addProjection("Person", ImmutableList.of("name")) in testQuery_projectionWithPolymorphism()
291 .addProjection("Artist", ImmutableList.of("emailAddress")) in testQuery_projectionWithPolymorphism()
397 .addProjection("Person", ImmutableList.of("name")) in testQuery_projectionWithPolymorphismAndSchemaFilter()
398 .addProjection("Artist", ImmutableList.of("emailAddress")) in testQuery_projectionWithPolymorphismAndSchemaFilter()
665 .addProjection( in testQuery_wildcardProjection_polymorphism()
DSearchSpecInternalTest.java76 .addProjection("schemaTypes1", Arrays.asList("path1", "path2")) in testSearchSpecBuilderCopyConstructor()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGetByDocumentIdRequest.java207 public Builder addProjection( in addProjection() method in GetByDocumentIdRequest.Builder
247 return addProjection(schemaType, propertyPathsList); in addProjectionPaths()
DSearchSpec.java787 addProjection(entry.getKey(), entry.getValue()); in Builder()
1330 public SearchSpec.Builder addProjection( in addProjection() method in SearchSpec.Builder
1419 return addProjection(schema, propertyPathsArrayList); in addProjectionPaths()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/transformer/
DEnterpriseSearchSpecTransformerTest.java53 .addProjection(Person.SCHEMA_TYPE, clientProjection) in testTransformProjection_whenProjectionSuppliedByUser()
67 .addProjection("testSchemaType", Arrays.asList("fieldA", "fieldB")) in testTransformProjection_doesNotAffectNonEnterpriseSchemaTypes()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DAppSearchHelper.java561 .addProjection(
595 .addProjection(
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DSearchSpecToProtoConverterTest.java512 .addProjection("ContactAction", ImmutableList.of("type")) in testToResultSpecProto_projection_withJoinSpec_packageFilter()
525 .addProjection("Person", ImmutableList.of("name")) in testToResultSpecProto_projection_withJoinSpec_packageFilter()
562 .addProjection(SearchSpec.SCHEMA_TYPE_WILDCARD, ImmutableList.of("name")) in testToResultSpecProto_projection_withWildcard()
591 .addProjection(SearchSpec.SCHEMA_TYPE_WILDCARD, ImmutableList.of("name")) in testToResultSpecProto_projectionNoPrefixes_withWildcard()
618 .addProjection("Artist", ImmutableList.of("name")) in testToResultSpecProto_projection_removeSchemaWithoutParentInFilter()
619 .addProjection("Other", ImmutableList.of("email")) in testToResultSpecProto_projection_removeSchemaWithoutParentInFilter()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/
DAppSearchHelper.java201 .addProjection( in getAppsFromAppSearch()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/transformer/
DPersonEnterpriseTransformer.java207 builder.addProjection( in transformSearchSpec()
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DTestUtils.java231 .addProjection( in searchAppSearchForApps()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DEnterpriseContactsTest.java282 "namespace").addIds("123").addProjection(Person.SCHEMA_TYPE, in testGetEnterpriseContact_withProjection()
346 .addProjection(Person.SCHEMA_TYPE, in testSearchEnterpriseContacts_withProjection()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt281 …method @NonNull public android.app.appsearch.GetByDocumentIdRequest.Builder addProjection(@NonNull…
578 …method @NonNull public android.app.appsearch.SearchSpec.Builder addProjection(@NonNull String, @No…