Home
last modified time | relevance | path

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

/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/
DAppSearchDeviceTest.java68 private static final GenericDocument DOCUMENT = field in AppSearchDeviceTest
107 new PutDocumentsRequest.Builder().addGenericDocuments(DOCUMENT).build())); in testPutDocuments()
131 db.putAsync(new PutDocumentsRequest.Builder().addGenericDocuments(DOCUMENT) in testPutDocumentsAsAnotherUser()
144 assertThat(outDocuments).containsExactly(DOCUMENT); in testGetDocuments_exist()
161 assertThat(outDocuments).containsExactly(DOCUMENT); in testGetDocumentsAsAnotherUser_exist()
/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperB/src/android/appsearch/app/helper_b/
DAppSearchDeviceTest.java42 private static final GenericDocument DOCUMENT = field in AppSearchDeviceTest
62 assertThat(outDocuments).containsExactly(DOCUMENT); in testGlobalGetDocuments_exist()