Home
last modified time | relevance | path

Searched refs:person2 (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/
DEnterpriseContactsDeviceTest.java130 Person person2 = createPersonBuilder("namespace", "1234", "Sam2 Curran") in setUpEnterpriseContactsWithPermissions() local
149 new PutDocumentsRequest.Builder().addGenericDocuments(person1, person2, in setUpEnterpriseContactsWithPermissions()
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java637 GenericDocument person2 = in testSetSchemaWithValidCycle_allowCircularReferences() local
647 .addGenericDocuments(person, org, person2) in testSetSchemaWithValidCycle_allowCircularReferences()
659 assertThat(outDocuments).containsExactly(person, person2, org); in testSetSchemaWithValidCycle_allowCircularReferences()
672 assertThat(outDocuments).containsExactly(person2, org); in testSetSchemaWithValidCycle_allowCircularReferences()
9458 GenericDocument person2 = in testSetSchema_indexableNestedPropsList_multipleNestedLevels() local
9468 .setPropertyDocument("recipient", person2) in testSetSchema_indexableNestedPropsList_multipleNestedLevels()
9474 .addGenericDocuments(person1, org1, person2, email1) in testSetSchema_indexableNestedPropsList_multipleNestedLevels()
9486 assertThat(outDocuments).containsExactly(person1, org1, person2, email1); in testSetSchema_indexableNestedPropsList_multipleNestedLevels()
9507 assertThat(outDocuments).containsExactly(person1, org1, person2, email1); in testSetSchema_indexableNestedPropsList_multipleNestedLevels()
9529 assertThat(outDocuments).containsExactly(person1, org1, person2, email1); in testSetSchema_indexableNestedPropsList_multipleNestedLevels()
[all …]