Home
last modified time | relevance | path

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

/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/
DEnterpriseContactsDeviceTest.java121 Person person1 = createPersonBuilder("namespace", "123", "Sam1 Curran") in setUpEnterpriseContactsWithPermissions() local
149 new PutDocumentsRequest.Builder().addGenericDocuments(person1, person2, in setUpEnterpriseContactsWithPermissions()
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java9160 GenericDocument person1 = in testSetSchema_indexableNestedPropsList() local
9170 .addGenericDocuments(person1, org1) in testSetSchema_indexableNestedPropsList()
9179 assertThat(outDocuments).containsExactly(person1, org1); in testSetSchema_indexableNestedPropsList()
9192 assertThat(outDocuments).containsExactly(person1, org1); in testSetSchema_indexableNestedPropsList()
9313 GenericDocument person1 = in testSetSchema_indexableNestedPropsList_nonIndexableProp() local
9323 .addGenericDocuments(person1, org1) in testSetSchema_indexableNestedPropsList_nonIndexableProp()
9332 assertThat(outDocuments).containsExactly(person1, org1); in testSetSchema_indexableNestedPropsList_nonIndexableProp()
9345 assertThat(outDocuments).containsExactly(person1, org1); in testSetSchema_indexableNestedPropsList_nonIndexableProp()
9452 GenericDocument person1 = in testSetSchema_indexableNestedPropsList_multipleNestedLevels() local
9467 .setPropertyDocument("sender", person1) in testSetSchema_indexableNestedPropsList_multipleNestedLevels()
[all …]