| /appsearch/appsearch-play-services-storage/src/main/java/androidx/appsearch/playservicesstorage/converter/ |
| D | SchemaToGmsConverter.java | 62 List<AppSearchSchema.PropertyConfig> properties = jetpackSchema.getProperties(); in toGmsSchema() local 83 List<com.google.android.gms.appsearch.AppSearchSchema.PropertyConfig> properties = in toJetpackSchema() local
|
| /appsearch/appsearch/src/main/java/androidx/appsearch/app/ |
| D | VisibilityPermissionConfig.java | 100 private static int @NonNull [] toInts(@NonNull Set<Integer> properties) { in toInts() 109 private static @Nullable Set<Integer> toIntegerSet(int @Nullable [] properties) { in toIntegerSet()
|
| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/app/ |
| D | SetSchemaResponseInternalTest.java | 87 List<PropertyConfig> properties = schema.getProperties(); in testPropertyConfig_deletionPropagation() local
|
| D | AppSearchSchemaInternalTest.java | 76 List<PropertyConfig> properties = schema.getProperties(); in testPropertyConfig_withDeletePropagationType() local
|
| /appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/visibilitystore/ |
| D | VisibilityDocumentV1.java | 201 static long @NonNull [] toLongs(@NonNull Set<Integer> properties) { in toLongs() 210 private static @Nullable Set<Integer> toInts(long @Nullable [] properties) { in toInts()
|
| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/ |
| D | AppSearchSchemaCtsTest.java | 410 List<PropertyConfig> properties = schema.getProperties(); in testPropertyConfig() local 989 List<AppSearchSchema.PropertyConfig> properties = schema.getProperties(); in testEmbeddingPropertyConfig() local 1087 List<AppSearchSchema.PropertyConfig> properties = schema.getProperties(); in testEmbeddingPropertyConfig_quantization() local 1199 List<AppSearchSchema.PropertyConfig> properties = schema.getProperties(); in testBlobHandlePropertyConfig() local
|
| D | SetSchemaRequestCtsTest.java | 1066 List<AppSearchSchema.PropertyConfig> properties = schemas[0].getProperties(); in testVerbatimTokenizerType() local 1092 List<AppSearchSchema.PropertyConfig> properties = schemas[0].getProperties(); in testRfc822TokenizerType() local
|
| D | AppSearchSessionCtsTestBase.java | 889 List<PropertyConfig> properties = outSchema.getProperties(); in testGetSchema_allPropertyTypes() local
|
| /appsearch/appsearch-platform-storage/src/main/java/androidx/appsearch/platformstorage/converter/ |
| D | SchemaToPlatformConverter.java | 75 List<AppSearchSchema.PropertyConfig> properties = jetpackSchema.getProperties(); in toPlatformSchema() local 93 List<android.app.appsearch.AppSearchSchema.PropertyConfig> properties = in toJetpackSchema() local
|
| D | SearchSpecToPlatformConverter.java | 271 Map<String, List<String>> properties) { in addFilterProperties()
|
| /appsearch/appsearch/src/main/java/androidx/appsearch/ast/query/ |
| D | SearchNode.java | 122 public void setPropertyPaths(@NonNull List<PropertyPath> properties) { in setPropertyPaths()
|
| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/ast/query/ |
| D | SearchNodeCtsTest.java | 140 List<PropertyPath> properties = List.of(examplePath, anotherPath); in testGetPropertyPaths_returnsListView() local 187 ArrayList<PropertyPath> properties = new ArrayList<>(2); in testSetPropertyPaths_throwsOnNullPropertyInList() local
|
| /appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/converter/ |
| D | SchemaToProtoConverter.java | 64 List<AppSearchSchema.PropertyConfig> properties = schema.getProperties(); in toSchemaTypeConfigProto() local 191 List<PropertyConfigProto> properties = proto.getPropertiesList(); in toAppSearchSchema() local
|
| /appsearch/appsearch/src/main/java/androidx/appsearch/safeparcel/ |
| D | GenericDocumentParcelCreator.java | 113 Bundle properties = new Bundle(); in createBundleFromGenericDocumentParcel() local
|
| D | GenericDocumentParcel.java | 141 @NonNull List<PropertyParcel> properties, in GenericDocumentParcel() 162 private static Map<String, PropertyParcel> createPropertyMapFromPropertyArray( in createPropertyMapFromPropertyArray()
|
| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/safeparcel/ |
| D | GenericDocumentParcelTest.java | 131 List<PropertyParcel> properties = genericDocumentParcel.getProperties(); in testGenericDocumentParcel_propertiesGeneratedCorrectly() local
|
| /appsearch/compiler/src/main/java/androidx/appsearch/compiler/ |
| D | IntrospectionHelper.kt | 317 val properties = kmClass.properties in <lambda>() constant
|
| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/ast/searchtest/ |
| D | AbstractSyntaxTreeSearchCtsTestBase.java | 758 List<PropertyPath> properties = List.of(new PropertyPath("from"), new PropertyPath("to")); in testSearchNode_toString_hasPropertyRestricts_retrievesDocumentsWithProperty() local 916 List<PropertyPath> properties = List.of(new PropertyPath("from"), new PropertyPath("to")); in testSearchNode_toString_handlesNestedSearch() local
|