Searched defs:outDocuments (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
H A D | AppSearchSessionCtsTestBase.java | 505 List<GenericDocument> outDocuments = doGet(mDb1, getByDocumentIdRequest); in testSetSchema_addIndexedNestedDocumentProperty() local 661 List<GenericDocument> outDocuments = doGet(mDb1, getByDocumentIdRequest); in testSetSchemaWithValidCycle_allowCircularReferences() local 1221 List<GenericDocument> outDocuments = doGet(mDb1, getByDocumentIdRequest); in testSetSchema_publiclyVisible() local 1800 List<GenericDocument> outDocuments = doGet(mDb1, request); in testPutDocuments_emptyProperties() local 1859 List<GenericDocument> outDocuments = convertSearchResultsToDocuments(searchResults); in testPutLargeDocumentBatch() local 2121 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "email1"); in testRemoveSchema() local 2194 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "email1"); in testRemoveSchema_twoDatabases() local 2288 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "id1"); in testGetDocuments() local 2342 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_projection() local 2397 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_projectionEmpty() local [all …]
|
/aosp_15_r20/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperB/src/android/appsearch/app/helper_b/ |
H A D | AppSearchDeviceTest.java | 57 List<GenericDocument> outDocuments = convertSearchResultsToDocuments( in testGlobalGetDocuments_exist() local 67 List<GenericDocument> outDocuments = convertSearchResultsToDocuments( in testGlobalGetDocuments_nonexist() local
|
/aosp_15_r20/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/ |
H A D | AppSearchDeviceTest.java | 143 List<GenericDocument> outDocuments = doGet(mDb, NAMESPACE, ID); in testGetDocuments_exist() local 160 List<GenericDocument> outDocuments = doGet(db, NAMESPACE, ID); in testGetDocumentsAsAnotherUser_exist() local
|