Home
last modified time | relevance | path

Searched refs:addProperties (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DGenericDocumentToProtoConverterTest.java134 documentProtoBuilder.addProperties(propertyProtoMap.get(key)); in testDocumentProtoConvert()
190 documentProtoBuilder.addProperties(entry.getValue()); in testConvertDocument_whenPropertyHasEmptyList()
233 .addProperties(emptyLongListProperty) in testConvertDocument_whenPropertyHasEmptyList()
234 .addProperties(emptyDoubleListProperty) in testConvertDocument_whenPropertyHasEmptyList()
235 .addProperties(emptyBooleanListProperty) in testConvertDocument_whenPropertyHasEmptyList()
236 .addProperties(emptyStringListProperty) in testConvertDocument_whenPropertyHasEmptyList()
237 .addProperties(emptyByteListProperty) in testConvertDocument_whenPropertyHasEmptyList()
238 .addProperties(emptyDocumentListProperty) in testConvertDocument_whenPropertyHasEmptyList()
304 documentProtoBuilder.addProperties(entry.getValue()); in testConvertDocument_whenNestedDocumentPropertyHasEmptyList()
315 .addProperties( in testConvertDocument_whenNestedDocumentPropertyHasEmptyList()
[all …]
DSchemaToProtoConverterTest.java95 .addProperties( in testGetProto_DescriptionSet()
109 .addProperties( in testGetProto_DescriptionSet()
116 .addProperties( in testGetProto_DescriptionSet()
124 .addProperties( in testGetProto_DescriptionSet()
132 .addProperties( in testGetProto_DescriptionSet()
139 .addProperties( in testGetProto_DescriptionSet()
193 .addProperties( in testGetProto_Email()
207 .addProperties( in testGetProto_Email()
258 .addProperties( in testGetProto_MusicRecording()
272 .addProperties( in testGetProto_MusicRecording()
[all …]
DSnippetTest.java72 .addProperties( in testSingleStringSnippet()
141 .addProperties( in testNoSnippets()
171 .addProperties( in testMultipleStringSnippet()
175 .addProperties( in testMultipleStringSnippet()
264 .addProperties( in testNestedDocumentSnippet()
271 .addProperties( in testNestedDocumentSnippet()
276 .addProperties( in testNestedDocumentSnippet()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/util/
DPrefixUtilTest.java136 builder.addProperties(propertyBuilder); in testAddPrefixToDocument()
149 prefixedBuilder.addProperties(prefixedPropertyBuilder); in testAddPrefixToDocument()
169 prefixedBuilder.addProperties(prefixedPropertyBuilder); in testRemovePrefixesFromDocument()
182 builder.addProperties(propertyBuilder); in testRemovePrefixesFromDocument()
219 prefixedBuilder.addProperties(prefixedPropertyBuilder); in testRemovePrefixesFromDocument_multiplePrefixNamesFromNested()
242 builder.addProperties(propertyConfigBuilder); in testRemovePrefixesFromSchemaType()
253 unprefixedBuilder.addProperties(unprefixedPropertyConfigBuilder); in testRemovePrefixesFromSchemaType()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/
DAdbDumpUtilTest.java89 SchemaTypeConfigProto.newBuilder().setSchemaType(EMAIL_TYPE).addProperties( in testDesensitizeDebugInfo()
92 PERSON_TYPE).setPropertyName("sender")).addProperties( in testDesensitizeDebugInfo()
96 SchemaTypeConfigProto.newBuilder().setSchemaType(PERSON_TYPE).addProperties( in testDesensitizeDebugInfo()
103 EMAIL_TYPE_MD5).addProperties( in testDesensitizeDebugInfo()
106 PERSON_TYPE_MD5).setPropertyName("sender")).addProperties( in testDesensitizeDebugInfo()
111 PERSON_TYPE_MD5).addProperties( in testDesensitizeDebugInfo()
/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/
DHidlMockedVehicleHal.java80 public void addProperties(VehiclePropConfig... configs) { in addProperties() method in HidlMockedVehicleHal
DAidlMockedVehicleHal.java103 public void addProperties(VehiclePropConfig... configs) { in addProperties() method in AidlMockedVehicleHal
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java163 .addProperties( in testRewriteSchema_addType()
177 .addProperties( in testRewriteSchema_addType()
237 .addProperties( in testRewriteSchema_addType()
257 .addProperties( in testRewriteSchema_addType()
374 .addProperties(PropertyProto.newBuilder().addDocumentValues(insideDocument)) in testAddDocumentTypePrefix()
388 .addProperties( in testAddDocumentTypePrefix()
411 .addProperties(PropertyProto.newBuilder().addDocumentValues(insideDocument)) in testRemoveDocumentTypePrefixes()
426 .addProperties( in testRemoveDocumentTypePrefixes()
468 .addProperties(PropertyProto.newBuilder().addDocumentValues(insideDocument)) in testNestedRemoveDatabasesFromDocumentThrowsException()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DGenericDocumentToProtoConverter.java125 mProtoBuilder.addProperties(propertyProto); in toDocumentProto()
DSchemaToProtoConverter.java63 protoBuilder.addProperties(propertyProto); in toSchemaTypeConfigProto()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarVendorExtensionManagerTest.java302 hal.addProperties(mConfigs); in createAidlMockedVehicleHal()