Home
last modified time | relevance | path

Searched defs:outDocuments (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperB/src/android/appsearch/app/helper_b/
DAppSearchDeviceTest.java56 List<GenericDocument> outDocuments = convertSearchResultsToDocuments( in testGlobalGetDocuments_exist() local
65 List<GenericDocument> outDocuments = convertSearchResultsToDocuments( in testGlobalGetDocuments_nonexist() local
/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/
DAppSearchDeviceTest.java143 List<GenericDocument> outDocuments = doGet(mDb, NAMESPACE, ID); in testGetDocuments_exist() local
160 List<GenericDocument> outDocuments = doGet(db, NAMESPACE, ID); in testGetDocumentsAsAnotherUser_exist() local
/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DAppSearchSessionPlatformCtsTest.java169 List<GenericDocument> outDocuments = doGet(mDb, request); in testPutDocuments_emptyBytesAndDocuments() local
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java323 List<GenericDocument> outDocuments = doGet(mDb1, getByDocumentIdRequest); in testSetSchemaWithValidCycle_allowCircularReferences() local
960 List<GenericDocument> outDocuments = doGet(mDb1, request); in testPutDocuments_emptyProperties() local
1019 List<GenericDocument> outDocuments = convertSearchResultsToDocuments(searchResults); in testPutLargeDocumentBatch() local
1142 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "email1"); in testRemoveSchema() local
1215 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "email1"); in testRemoveSchema_twoDatabases() local
1309 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "id1"); in testGetDocuments() local
1363 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_projection() local
1418 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_projectionEmpty() local
1470 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_projectionNonExistentType() local
1527 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_wildcardProjection() local
[all …]