Home
last modified time | relevance | path

Searched refs:addFilterProperties (Results 1 – 12 of 12) sorted by relevance

/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/transformer/
DEnterpriseSearchSpecTransformerTest.java135 .addFilterProperties(Person.SCHEMA_TYPE, clientFilterProperties) in testTransformPropertyFilters_whenFiltersSuppliedByUser()
149 .addFilterProperties("testSchemaType", Arrays.asList("fieldA", "fieldB")) in testTransformPropertyFilters_doesNotAffectNonEnterpriseSchemaTypes()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchSuggestionSpec.java361 public Builder addFilterProperties( in addFilterProperties() method in SearchSuggestionSpec.Builder
403 return addFilterProperties(schema, propertyPathsArrayList); in addFilterPropertyPaths()
DSearchSpec.java782 addFilterProperties(entry.getKey(), entry.getValue()); in Builder()
881 public Builder addFilterProperties( in addFilterProperties() method in SearchSpec.Builder
917 return addFilterProperties(schema, propertyPathsArrayList); in addFilterPropertyPaths()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DSearchSuggestionSpecToProtoConverterTest.java87 .addFilterProperties("typeA", ImmutableList.of("property1", "property2")) in testToProto_propertyFilters()
DSearchSpecToProtoConverterTest.java683 .addFilterProperties("ContactAction", ImmutableList.of("type")) in testToSearchSpecProto_propertyFilter_withJoinSpec_packageFilter()
696 .addFilterProperties("Person", ImmutableList.of("name")) in testToSearchSpecProto_propertyFilter_withJoinSpec_packageFilter()
730 .addFilterProperties( in testToSearchSpecProto_propertyFilter_withWildcard()
756 .addFilterProperties("Artist", ImmutableList.of("name")) in testToSearchSpecProto_propertyFilter_removeSchemaWithoutParentInFilter()
757 .addFilterProperties("Other", ImmutableList.of("email")) in testToSearchSpecProto_propertyFilter_removeSchemaWithoutParentInFilter()
/packages/modules/AppSearch/flags/
Dappsearch.aconfig75 description: "Enable addFilterProperties API in SearchSpec and SearchSuggestionSpec."
/packages/modules/AppSearch/service/java/com/android/server/appsearch/transformer/
DPersonEnterpriseTransformer.java209 builder.addFilterProperties( in transformSearchSpec()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/
DAppSearchSessionInternalTest.java518 .addFilterProperties( in testQuery_wildcardProjection_polymorphism()
629 .addFilterProperties( in testQuery_wildcardFilterSchema_polymorphism()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DSearchSpecInternalTest.java75 .addFilterProperties("schemaTypes1", Arrays.asList("path1", "path2")) in testSearchSpecBuilderCopyConstructor()
DAppSearchSessionInternalTestBase.java667 .addFilterProperties( in testQuery_wildcardProjection_polymorphism()
777 .addFilterProperties( in testQuery_wildcardFilterSchema_polymorphism()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DEnterpriseContactsTest.java379 .addFilterProperties(Person.SCHEMA_TYPE, in testSearchEnterpriseContacts_withFilter()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt572 …perties") @NonNull public android.app.appsearch.SearchSpec.Builder addFilterProperties(@NonNull St…
639 …@NonNull public android.app.appsearch.SearchSuggestionSpec.Builder addFilterProperties(@NonNull St…