Home
last modified time | relevance | path

Searched refs:addProperty (Results 1 – 25 of 42) sorted by relevance

12

/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DAppSearchSessionInternalTestBase.java83 .addProperty( in testGetSchema_joinableValueType()
87 .addProperty( in testGetSchema_joinableValueType()
94 .addProperty( in testGetSchema_joinableValueType()
119 .addProperty( in testQuery_typeFilterWithPolymorphism()
130 .addProperty( in testQuery_typeFilterWithPolymorphism()
215 .addProperty( in testQuery_projectionWithPolymorphism()
222 .addProperty( in testQuery_projectionWithPolymorphism()
233 .addProperty( in testQuery_projectionWithPolymorphism()
240 .addProperty( in testQuery_projectionWithPolymorphism()
247 .addProperty( in testQuery_projectionWithPolymorphism()
[all …]
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPerson.java87 .addProperty( in createSchema()
103 .addProperty( in createSchema()
116 .addProperty( in createSchema()
129 .addProperty( in createSchema()
144 .addProperty( in createSchema()
151 .addProperty( in createSchema()
158 .addProperty( in createSchema()
168 .addProperty( in createSchema()
174 .addProperty( in createSchema()
180 .addProperty( in createSchema()
[all …]
DContactPoint.java47 .addProperty(
60 .addProperty(
67 .addProperty(
80 .addProperty(
93 .addProperty(
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/
DAppSearchSessionInternalTest.java71 .addProperty( in testQuery_typeFilterWithPolymorphism()
82 .addProperty( in testQuery_typeFilterWithPolymorphism()
169 .addProperty( in testQuery_projectionWithPolymorphism()
176 .addProperty( in testQuery_projectionWithPolymorphism()
187 .addProperty( in testQuery_projectionWithPolymorphism()
194 .addProperty( in testQuery_projectionWithPolymorphism()
201 .addProperty( in testQuery_projectionWithPolymorphism()
275 .addProperty( in testQuery_indexBasedOnParentTypePolymorphism()
286 .addProperty( in testQuery_indexBasedOnParentTypePolymorphism()
293 .addProperty( in testQuery_indexBasedOnParentTypePolymorphism()
[all …]
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DSchemaToProtoConverterTest.java41 .addProperty( in testGetProto_DescriptionSet()
53 .addProperty( in testGetProto_DescriptionSet()
59 .addProperty( in testGetProto_DescriptionSet()
66 .addProperty( in testGetProto_DescriptionSet()
73 .addProperty( in testGetProto_DescriptionSet()
81 .addProperty( in testGetProto_DescriptionSet()
164 .addProperty( in testGetProto_Email()
175 .addProperty( in testGetProto_Email()
235 .addProperty( in testGetProto_MusicRecording()
246 .addProperty( in testGetProto_MusicRecording()
[all …]
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DTestUtils.java50 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(
60 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(
65 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(
74 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(
83 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(
96 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(
105 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(
110 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(
119 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(
128 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(
/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/appsearchtypes/
DMobileApplication.java75 .addProperty( in createMobileApplicationSchemaForPackage()
84 .addProperty( in createMobileApplicationSchemaForPackage()
92 .addProperty( in createMobileApplicationSchemaForPackage()
101 .addProperty( in createMobileApplicationSchemaForPackage()
105 .addProperty( in createMobileApplicationSchemaForPackage()
110 .addProperty( in createMobileApplicationSchemaForPackage()
117 .addProperty( in createMobileApplicationSchemaForPackage()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DPostDevDataResponseTest.java64 subCommand.addProperty(BROWSER_COMMAND, TEST_URL); in verifyValidPostDevDataResponse()
72 response.addProperty(propertyInfo); in verifyValidPostDevDataResponse()
87 response.addProperty(new PropertyInfo()); in verifyInvalidPostDevDataResponseReturnNull()
88 response.addProperty(new PropertyInfo()); in verifyInvalidPostDevDataResponseReturnNull()
DSoapParserTest.java70 subCommand.addProperty(BROWSER_COMMAND, TEST_URL); in verifyValidSppPostDevDataResponse()
76 response.addProperty(propertyInfo); in verifyValidSppPostDevDataResponse()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityDocumentV1.java61 .addProperty(
67 .addProperty(
72 .addProperty(
77 .addProperty(
82 .addProperty(
DVisibilityToDocumentConverter.java116 .addProperty(
122 .addProperty(
128 .addProperty(
134 .addProperty(
146 .addProperty(
160 .addProperty(
166 .addProperty(
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityStoreTest.java440 .addProperty( in testMigrateFromDeprecatedOverlaySchema()
446 .addProperty( in testMigrateFromDeprecatedOverlaySchema()
452 .addProperty( in testMigrateFromDeprecatedOverlaySchema()
461 .addProperty( in testMigrateFromDeprecatedOverlaySchema()
467 .addProperty( in testMigrateFromDeprecatedOverlaySchema()
472 .addProperty( in testMigrateFromDeprecatedOverlaySchema()
477 .addProperty( in testMigrateFromDeprecatedOverlaySchema()
484 .addProperty( in testMigrateFromDeprecatedOverlaySchema()
490 .addProperty( in testMigrateFromDeprecatedOverlaySchema()
DVisibilityStoreMigrationHelperFromV0Test.java203 .addProperty( in buildAppSearchImplInV0()
209 .addProperty( in buildAppSearchImplInV0()
219 .addProperty( in buildAppSearchImplInV0()
225 .addProperty( in buildAppSearchImplInV0()
231 .addProperty( in buildAppSearchImplInV0()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DICalendarTest.java42 component.addProperty(new ICalendar.Property("prop2", "value3")); in testAddProperty()
43 component.addProperty(new ICalendar.Property("prop1", "value1")); in testAddProperty()
44 component.addProperty(new ICalendar.Property("prop1", "value2")); in testAddProperty()
61 child.addProperty(new ICalendar.Property("prop2", "value2")); in testAddComponent()
63 parent.addProperty(new ICalendar.Property("prop1", "value1")); in testAddComponent()
64 parent.addProperty(new ICalendar.Property("prop1", "value12")); in testAddComponent()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
DPostDevDataMessage.java71 requestObject.addProperty(SoapEnvelope.NS20, SppConstants.PROPERTY_SUPPORTED_SPP_VERSIONS, in serializeToSoapEnvelope()
73 requestObject.addProperty(SoapEnvelope.NS20, SppConstants.PROPERTY_SUPPORTED_MO_LIST, in serializeToSoapEnvelope()
93 soapObject.addProperty(SoapEnvelope.NS20, SppConstants.PROPERTY_MO_CONTAINER, moContainer); in addMoContainer()
DUpdateResponseMessage.java59 requestObject.addProperty(SoapEnvelope.NS20, SppConstants.PROPERTY_SPP_ERROR, sppError); in serializeToSoapEnvelope()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DCallLogPullRequestTest.java138 entry.addProperty(property); in onPullComplete_whenThereIsNoPhoneProperty()
160 entry1.addProperty(createProperty(VCardConstants.PROPERTY_TEL, phoneNum)); in onPullComplete_success()
164 entry2.addProperty(createProperty(VCardConstants.PROPERTY_TEL, phoneNum)); in onPullComplete_success()
165 entry2.addProperty( in onPullComplete_success()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DCarPropertyController.java39 CarPropertyController addProperty(Integer propId, @Nullable Object value); in addProperty() method
42 CarPropertyController addProperty(CarPropertyConfig<?> config, in addProperty() method
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DCustomVCardEntry.java40 public void addProperty(VCardProperty property) { in addProperty() method in CustomVCardEntry
41 super.addProperty(property); in addProperty()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/command/
DSppCommandTest.java57 propertyInfo.setValue(new SoapObject().addProperty(BROWSER_COMMAND, TEST_URL)); in verifyLaunchBrowserCommand()
76 subCommand.addProperty(GET_CERT_COMMAND, ""); in verifyOtherCommandTypesReturnNull()
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java1456 encoder.addProperty("layout:baselineAligned", mBaselineAligned); in encodeProperties()
1457 encoder.addProperty("layout:baselineAlignedChildIndex", mBaselineAlignedChildIndex); in encodeProperties()
1458 encoder.addProperty("measurement:baselineChildTop", mBaselineChildTop); in encodeProperties()
1459 encoder.addProperty("measurement:orientation", mOrientation); in encodeProperties()
1460 encoder.addProperty("measurement:gravity", mGravity); in encodeProperties()
1461 encoder.addProperty("measurement:totalLength", mTotalLength); in encodeProperties()
1462 encoder.addProperty("layout:totalLength", mTotalLength); in encodeProperties()
1463 encoder.addProperty("layout:useLargestChild", mUseLargestChild); in encodeProperties()
1583 encoder.addProperty("layout:weight", weight); in encodeProperties()
1584 encoder.addProperty("layout:gravity", gravity); in encodeProperties()
/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/
DHidlMockedVehicleHal.java83 addProperty(config, new DefaultPropertyHandler(config, null)); in addProperties()
88 public void addProperty(VehiclePropConfig config, VehicleHalPropertyHandler handler) { in addProperty() method in HidlMockedVehicleHal
97 addProperty(config, new StaticPropertyHandler(value)); in addStaticProperty()
DAidlMockedVehicleHal.java105 addProperty(config, new DefaultPropertyHandler(config, /* initialValue= */ null)); in addProperties()
109 public void addProperty(VehiclePropConfig config, VehicleHalPropertyHandler handler) { in addProperty() method in AidlMockedVehicleHal
117 addProperty(config, new StaticPropertyHandler(value)); in addStaticProperty()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java873 new AppSearchSchema.Builder("callSchema").addProperty(personField).build()); in testGlobalQuery_withJoin_packageFilter()
887 new AppSearchSchema.Builder("textSchema").addProperty(personField).build()); in testGlobalQuery_withJoin_packageFilter()
1042 new AppSearchSchema.Builder("callSchema").addProperty(personField).build()); in testQueryInvalidPackages_withJoin()
1057 new AppSearchSchema.Builder("callSchema").addProperty(personField).build()); in testQueryInvalidPackages_withJoin()
1226 .addProperty( in testSearchSuggestion()
1306 .addProperty( in testSearchSuggestion_removeDocument()
1366 .addProperty( in testSearchSuggestion_replaceDocument()
1440 .addProperty( in testSearchSuggestion_namespaceFilter()
1523 .addProperty( in testSearchSuggestion_invalidPrefix()
1595 .addProperty( in testSearchSuggestion_emptyPrefix()
[all …]
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DTestUtils.java69 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(
85 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder("NotPackageName")

12