/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/ |
D | AppSearchSessionInternalTest.java | 244 .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/ |
D | AppSearchSessionInternalTestBase.java | 290 .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()
|
D | SearchSpecInternalTest.java | 76 .addProjection("schemaTypes1", Arrays.asList("path1", "path2")) in testSearchSpecBuilderCopyConstructor()
|
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | GetByDocumentIdRequest.java | 207 public Builder addProjection( in addProjection() method in GetByDocumentIdRequest.Builder 247 return addProjection(schemaType, propertyPathsList); in addProjectionPaths()
|
D | SearchSpec.java | 787 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/ |
D | EnterpriseSearchSpecTransformerTest.java | 53 .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/ |
D | AppSearchHelper.java | 561 .addProjection( 595 .addProjection(
|
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/ |
D | SearchSpecToProtoConverterTest.java | 512 .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/ |
D | AppSearchHelper.java | 201 .addProjection( in getAppsFromAppSearch()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/transformer/ |
D | PersonEnterpriseTransformer.java | 207 builder.addProjection( in transformSearchSpec()
|
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/ |
D | TestUtils.java | 231 .addProjection( in searchAppSearchForApps()
|
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | EnterpriseContactsTest.java | 282 "namespace").addIds("123").addProjection(Person.SCHEMA_TYPE, in testGetEnterpriseContact_withProjection() 346 .addProjection(Person.SCHEMA_TYPE, in testSearchEnterpriseContacts_withProjection()
|
/packages/modules/AppSearch/framework/api/ |
D | current.txt | 281 …method @NonNull public android.app.appsearch.GetByDocumentIdRequest.Builder addProjection(@NonNull… 578 …method @NonNull public android.app.appsearch.SearchSpec.Builder addProjection(@NonNull String, @No…
|