Home
last modified time | relevance | path

Searched refs:getByDocumentIdAsync (Results 1 – 13 of 13) sorted by relevance

/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DGlobalSearchSessionServiceCtsTestBase.java676 .getByDocumentIdAsync(PKG_A, "database", in testAllowPermissionAccess()
706 .getByDocumentIdAsync(PKG_A, "database", in testRequireAllPermissionsOfAnyCombinationToAccess()
721 .getByDocumentIdAsync(PKG_A, "database", in testRequireAllPermissionsOfAnyCombinationToAccess()
736 .getByDocumentIdAsync(PKG_A, "database", in testRequireAllPermissionsOfAnyCombinationToAccess()
751 .getByDocumentIdAsync(PKG_A, "database", in testRequireAllPermissionsOfAnyCombinationToAccess()
765 .getByDocumentIdAsync(PKG_A, "database", in testAllowPermissions_sameError()
780 .getByDocumentIdAsync(PKG_A, "database", in testAllowPermissions_sameError()
803 .getByDocumentIdAsync(PKG_A, DB_NAME, in testGlobalGetById_withAccess()
812 .getByDocumentIdAsync(PKG_A, DB_NAME, in testGlobalGetById_withAccess()
833 .getByDocumentIdAsync(PKG_A, DB_NAME, in testGlobalGetById_withoutAccess()
[all …]
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/
DEnterpriseGlobalSearchSessionShim.java57 ListenableFuture<AppSearchBatchResult<String, GenericDocument>> getByDocumentIdAsync( in getByDocumentIdAsync() method
DGlobalSearchSessionShim.java53 ListenableFuture<AppSearchBatchResult<String, GenericDocument>> getByDocumentIdAsync( in getByDocumentIdAsync() method
DAppSearchSessionShim.java108 ListenableFuture<AppSearchBatchResult<String, GenericDocument>> getByDocumentIdAsync( in getByDocumentIdAsync() method
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/testutil/
DAppSearchTestUtils.java67 session.getByDocumentIdAsync( in doGet()
84 checkIsBatchResultSuccess(session.getByDocumentIdAsync(request)); in doGet()
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/
DEnterpriseGlobalSearchSessionShimImpl.java95 public ListenableFuture<AppSearchBatchResult<String, GenericDocument>> getByDocumentIdAsync(
DGlobalSearchSessionShimImpl.java89 public ListenableFuture<AppSearchBatchResult<String, GenericDocument>> getByDocumentIdAsync( in getByDocumentIdAsync() method in GlobalSearchSessionShimImpl
DAppSearchSessionShimImpl.java140 public ListenableFuture<AppSearchBatchResult<String, GenericDocument>> getByDocumentIdAsync( in getByDocumentIdAsync() method in AppSearchSessionShimImpl
/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/
DEnterpriseContactsDeviceTest.java220 mEnterpriseSession.getByDocumentIdAsync( in testGetEnterpriseContact()
273 mEnterpriseSession.getByDocumentIdAsync( in testGetEnterpriseContact_withProjection()
DAppSearchDeviceTest.java174 AppSearchBatchResult<String, GenericDocument> getResult = mDb.getByDocumentIdAsync( in testGetDocuments_nonexist()
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DGlobalSearchSessionCtsTestBase.java154 .getByDocumentIdAsync( in testGlobalGetById()
183 .getByDocumentIdAsync( in testGlobalGetById()
201 .getByDocumentIdAsync( in testGlobalGetById_nonExistentPackage()
1686 mGlobalSearchSession.getByDocumentIdAsync( in testGlobalGetByDocumentId_notSupported()
2106 mDb1.getByDocumentIdAsync( in testRegisterObserver_schemaMigration()
DAppSearchSessionCtsTestBase.java1724 mDb1.getByDocumentIdAsync(getByDocumentIdRequestBuilder.build()).get(); in testPutLargeDocumentBatch()
1924 mDb1.getByDocumentIdAsync( in testRemoveSchema()
2011 mDb1.getByDocumentIdAsync( in testRemoveSchema_twoDatabases()
2076 mDb2.getByDocumentIdAsync( in testGetDocuments()
4725 mDb1.getByDocumentIdAsync( in testRemove()
4788 mDb1.getByDocumentIdAsync( in testRemove_multipleIds()
4838 mDb1.getByDocumentIdAsync( in testRemoveByQuery()
4854 mDb1.getByDocumentIdAsync( in testRemoveByQuery()
4953 mDb1.getByDocumentIdAsync( in testRemoveByQuery_packageFilter()
5003 mDb1.getByDocumentIdAsync( in testRemove_twoInstances()
[all …]
/cts/tests/appsearch/helper-app/src/com/android/cts/appsearch/helper/
DAppSearchTestService.java108 mGlobalSearchSessionShim.getByDocumentIdAsync( in globalGet()