Searched defs:outDocuments (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperB/src/android/appsearch/app/b/ |
D | AppSearchDeviceTest.java | 57 List<GenericDocument> outDocuments = convertSearchResultsToDocuments( in testGlobalGetDocuments_exist() local 66 List<GenericDocument> outDocuments = convertSearchResultsToDocuments( in testGlobalGetDocuments_nonexist() local
|
/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/a/ |
D | AppSearchDeviceTest.java | 113 List<GenericDocument> outDocuments = doGet(mDb, NAMESPACE, ID); in testGetDocuments_exist() local
|
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
D | AppSearchSessionCtsTestBase.java | 542 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "email1"); in testRemoveSchema() local 611 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "email1"); in testRemoveSchema_twoDatabases() local 698 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "id1"); in testGetDocuments() local 751 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_projection() local 805 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_projectionEmpty() local 856 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_projectionNonExistentType() local 912 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_wildcardProjection() local 968 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_wildcardProjectionEmpty() local 1020 List<GenericDocument> outDocuments = doGet(mDb1, request); in testGetDocuments_wildcardProjectionNonExistentType() local
|