Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
H A DGenericDocumentToProtoConverterTest.java124 documentProtoBuilder.addProperties(propertyProtoMap.get(key)); in testDocumentProtoConvert()
147 .addProperties( in testConvertDocument_whenPropertyHasEmptyList()
159 .addProperties(emptyStringListProperty) in testConvertDocument_whenPropertyHasEmptyList()
188 .addProperties( in testConvertDocument_whenNestedDocumentPropertyHasEmptyList()
197 .addProperties( in testConvertDocument_whenNestedDocumentPropertyHasEmptyList()
213 .addProperties(documentProperty) in testConvertDocument_whenNestedDocumentPropertyHasEmptyList()
224 .addProperties(emptyStringListProperty) in testConvertDocument_whenNestedDocumentPropertyHasEmptyList()
H A DSnippetTest.java65 .addProperties( in testSingleStringSnippet()
128 .addProperties( in testNoSnippets()
157 .addProperties( in testMultipleStringSnippet()
161 .addProperties( in testMultipleStringSnippet()
239 .addProperties( in testNestedDocumentSnippet()
244 .addProperties( in testNestedDocumentSnippet()
249 .addProperties( in testNestedDocumentSnippet()
H A DSchemaToProtoConverterTest.java63 .addProperties( in testGetProto_Email()
76 .addProperties( in testGetProto_Email()
123 .addProperties( in testGetProto_MusicRecording()
136 .addProperties( in testGetProto_MusicRecording()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageProperty.java117 mApplicationProperties = addProperties(pkg.getProperties(), mApplicationProperties); in addAllProperties()
146 returnCollection = addProperties(properties, returnCollection); in addComponentProperties()
152 private static ArrayMap<String, ArrayMap<String, ArrayList<Property>>> addProperties( in addProperties() method in PackageProperty
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchImplTest.java119 .addProperties( in testRewriteSchema_addType()
133 .addProperties( in testRewriteSchema_addType()
190 .addProperties( in testRewriteSchema_addType()
210 .addProperties( in testRewriteSchema_addType()
326 .addProperties(PropertyProto.newBuilder().addDocumentValues(insideDocument)) in testAddDocumentTypePrefix()
340 .addProperties( in testAddDocumentTypePrefix()
363 .addProperties(PropertyProto.newBuilder().addDocumentValues(insideDocument)) in testRemoveDocumentTypePrefixes()
378 .addProperties( in testRemoveDocumentTypePrefixes()
420 .addProperties(PropertyProto.newBuilder().addDocumentValues(insideDocument)) in testNestedRemoveDatabasesFromDocumentThrowsException()
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/
H A DSchemaToProtoConverter.java58 protoBuilder.addProperties(propertyProto); in toSchemaTypeConfigProto()
H A DGenericDocumentToProtoConverter.java104 mProtoBuilder.addProperties(propertyProto); in toDocumentProto()
/aosp12/packages/services/Car/vehicle-hal-support-lib/test/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java62 public synchronized void addProperties(VehiclePropConfig... configs) { in addProperties() method in MockedVehicleHal
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarVendorExtensionManagerTest.java289 hal.addProperties(mConfigs); in createMockedVehicleHal()
/aosp12/frameworks/base/services/
H A Dart-profile31803 HSPLcom/android/server/pm/PackageProperty;->addProperties(Ljava/util/Map;Landroid/util/ArrayMap;)La…