Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 18 of 18) sorted by relevance

/appsearch/appsearch-play-services-storage/src/main/java/androidx/appsearch/playservicesstorage/converter/
DSchemaToGmsConverter.java62 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/
DVisibilityPermissionConfig.java100 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/
DSetSchemaResponseInternalTest.java87 List<PropertyConfig> properties = schema.getProperties(); in testPropertyConfig_deletionPropagation() local
DAppSearchSchemaInternalTest.java76 List<PropertyConfig> properties = schema.getProperties(); in testPropertyConfig_withDeletePropagationType() local
/appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/visibilitystore/
DVisibilityDocumentV1.java201 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/
DAppSearchSchemaCtsTest.java410 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
DSetSchemaRequestCtsTest.java1066 List<AppSearchSchema.PropertyConfig> properties = schemas[0].getProperties(); in testVerbatimTokenizerType() local
1092 List<AppSearchSchema.PropertyConfig> properties = schemas[0].getProperties(); in testRfc822TokenizerType() local
DAppSearchSessionCtsTestBase.java889 List<PropertyConfig> properties = outSchema.getProperties(); in testGetSchema_allPropertyTypes() local
/appsearch/appsearch-platform-storage/src/main/java/androidx/appsearch/platformstorage/converter/
DSchemaToPlatformConverter.java75 List<AppSearchSchema.PropertyConfig> properties = jetpackSchema.getProperties(); in toPlatformSchema() local
93 List<android.app.appsearch.AppSearchSchema.PropertyConfig> properties = in toJetpackSchema() local
DSearchSpecToPlatformConverter.java271 Map<String, List<String>> properties) { in addFilterProperties()
/appsearch/appsearch/src/main/java/androidx/appsearch/ast/query/
DSearchNode.java122 public void setPropertyPaths(@NonNull List<PropertyPath> properties) { in setPropertyPaths()
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/ast/query/
DSearchNodeCtsTest.java140 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/
DSchemaToProtoConverter.java64 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/
DGenericDocumentParcelCreator.java113 Bundle properties = new Bundle(); in createBundleFromGenericDocumentParcel() local
DGenericDocumentParcel.java141 @NonNull List<PropertyParcel> properties, in GenericDocumentParcel()
162 private static Map<String, PropertyParcel> createPropertyMapFromPropertyArray( in createPropertyMapFromPropertyArray()
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/safeparcel/
DGenericDocumentParcelTest.java131 List<PropertyParcel> properties = genericDocumentParcel.getProperties(); in testGenericDocumentParcel_propertiesGeneratedCorrectly() local
/appsearch/compiler/src/main/java/androidx/appsearch/compiler/
DIntrospectionHelper.kt317 val properties = kmClass.properties in <lambda>() constant
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/ast/searchtest/
DAbstractSyntaxTreeSearchCtsTestBase.java758 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