Home
last modified time | relevance | path

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

/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSchemaCtsTest.java52 .addProperty( in testDuplicateProperties()
63 builder.addProperty( in testDuplicateProperties()
78 .addProperty( in testEquals_identical()
88 .addProperty( in testEquals_identical()
104 .addProperty( in testEquals_differentOrder()
114 .addProperty( in testEquals_differentOrder()
130 .addProperty( in testEquals_failure_differentProperty()
140 .addProperty( in testEquals_failure_differentProperty()
157 .addProperty( in testEquals_failure_differentOrder()
164 .addProperty( in testEquals_failure_differentOrder()
[all …]
DAppSearchSchemaMigrationCtsTestBase.java135 .addProperty( in setUp()
179 .addProperty( in testSchemaMigration_A_B_C_D()
207 .addProperty( in testSchemaMigration_A_B_NC_D()
292 .addProperty( in testSchemaMigration_NA_B_C_D()
319 .addProperty( in testSchemaMigration_NA_B_NC_D()
400 .addProperty( in testSchemaMigration()
411 .addProperty( in testSchemaMigration()
453 .addProperty( in testSchemaMigration()
555 .addProperty( in testSchemaMigration_downgrade()
566 .addProperty( in testSchemaMigration_downgrade()
[all …]
DSetSchemaRequestCtsTest.java50 AppSearchSchema schema1 = new AppSearchSchema.Builder("type1").addProperty(prop1).build(); in testBuildSetSchemaRequest()
51 AppSearchSchema schema2 = new AppSearchSchema.Builder("type2").addProperty(prop1).build(); in testBuildSetSchemaRequest()
52 AppSearchSchema schema3 = new AppSearchSchema.Builder("type3").addProperty(prop1).build(); in testBuildSetSchemaRequest()
53 AppSearchSchema schema4 = new AppSearchSchema.Builder("type4").addProperty(prop1).build(); in testBuildSetSchemaRequest()
88 new AppSearchSchema.Builder("type1").addProperty(requiredProp).build(); in testSetSchemaRequestTypeChanges()
90 new AppSearchSchema.Builder("type2").addProperty(requiredProp).build(); in testSetSchemaRequestTypeChanges()
92 new AppSearchSchema.Builder("type3").addProperty(requiredProp).build(); in testSetSchemaRequestTypeChanges()
DGetSchemaResponseCtsTest.java31 .addProperty( in testRebuild()
45 .addProperty( in testRebuild()
DAppSearchSessionCtsTestBase.java112 .addProperty( in testSetSchema()
119 .addProperty( in testSetSchema()
170 .addProperty( in testSetSchema_updateVersion()
177 .addProperty( in testSetSchema_updateVersion()
205 .addProperty( in testSetSchema_checkVersion()
212 .addProperty( in testSetSchema_checkVersion()
241 .addProperty( in testGetSchema_allPropertyTypes()
248 .addProperty( in testGetSchema_allPropertyTypes()
252 .addProperty( in testGetSchema_allPropertyTypes()
256 .addProperty( in testGetSchema_allPropertyTypes()
[all …]
DGlobalSearchSessionCtsTestBase.java276 .addProperty( in testGlobalQuery_acrossTypes()
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DRecurrenceSet.java34 component.addProperty(new ICalendar.Property(CTS_PROPERTY_NAME)); in addPropertiesForRuleStr()
DICalendar.java56 public void addProperty(Property prop) { in addProperty() method in ICalendar.Component
/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/a/
DAppSearchDeviceTest.java61 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder("subject")