Home
last modified time | relevance | path

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

/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperB/src/android/appsearch/app/helper_b/
DAppSearchDeviceTest.java57 List<GenericDocument> outDocuments = convertSearchResultsToDocuments( in testGlobalGetDocuments_exist() local
67 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/external/app/
DAppSearchSessionCtsTestBase.java501 List<GenericDocument> outDocuments = doGet(mDb1, getByDocumentIdRequest); in testSetSchema_addIndexedNestedDocumentProperty() local
657 List<GenericDocument> outDocuments = doGet(mDb1, getByDocumentIdRequest); in testSetSchemaWithValidCycle_allowCircularReferences() local
1217 List<GenericDocument> outDocuments = doGet(mDb1, getByDocumentIdRequest); in testSetSchema_publiclyVisible() local
1647 List<GenericDocument> outDocuments = doGet(mDb1, request); in testPutDocuments_emptyProperties() local
1706 List<GenericDocument> outDocuments = convertSearchResultsToDocuments(searchResults); in testPutLargeDocumentBatch() local
1902 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "email1"); in testRemoveSchema() local
1975 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "email1"); in testRemoveSchema_twoDatabases() local
2069 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "id1"); in testGetDocuments() local
2123 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_projection() local
2178 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_projectionEmpty() local
[all …]