/cts/tests/appsearch/src/com/android/cts/appsearch/app/ |
D | GlobalSearchSessionServiceCtsTestBase.java | 676 .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/ |
D | EnterpriseGlobalSearchSessionShim.java | 57 ListenableFuture<AppSearchBatchResult<String, GenericDocument>> getByDocumentIdAsync( in getByDocumentIdAsync() method
|
D | GlobalSearchSessionShim.java | 53 ListenableFuture<AppSearchBatchResult<String, GenericDocument>> getByDocumentIdAsync( in getByDocumentIdAsync() method
|
D | AppSearchSessionShim.java | 108 ListenableFuture<AppSearchBatchResult<String, GenericDocument>> getByDocumentIdAsync( in getByDocumentIdAsync() method
|
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/testutil/ |
D | AppSearchTestUtils.java | 67 session.getByDocumentIdAsync( in doGet() 84 checkIsBatchResultSuccess(session.getByDocumentIdAsync(request)); in doGet()
|
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/ |
D | EnterpriseGlobalSearchSessionShimImpl.java | 95 public ListenableFuture<AppSearchBatchResult<String, GenericDocument>> getByDocumentIdAsync(
|
D | GlobalSearchSessionShimImpl.java | 89 public ListenableFuture<AppSearchBatchResult<String, GenericDocument>> getByDocumentIdAsync( in getByDocumentIdAsync() method in GlobalSearchSessionShimImpl
|
D | AppSearchSessionShimImpl.java | 140 public ListenableFuture<AppSearchBatchResult<String, GenericDocument>> getByDocumentIdAsync( in getByDocumentIdAsync() method in AppSearchSessionShimImpl
|
/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/ |
D | EnterpriseContactsDeviceTest.java | 220 mEnterpriseSession.getByDocumentIdAsync( in testGetEnterpriseContact() 273 mEnterpriseSession.getByDocumentIdAsync( in testGetEnterpriseContact_withProjection()
|
D | AppSearchDeviceTest.java | 174 AppSearchBatchResult<String, GenericDocument> getResult = mDb.getByDocumentIdAsync( in testGetDocuments_nonexist()
|
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
D | GlobalSearchSessionCtsTestBase.java | 154 .getByDocumentIdAsync( in testGlobalGetById() 183 .getByDocumentIdAsync( in testGlobalGetById() 201 .getByDocumentIdAsync( in testGlobalGetById_nonExistentPackage() 1686 mGlobalSearchSession.getByDocumentIdAsync( in testGlobalGetByDocumentId_notSupported() 2106 mDb1.getByDocumentIdAsync( in testRegisterObserver_schemaMigration()
|
D | AppSearchSessionCtsTestBase.java | 1724 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/ |
D | AppSearchTestService.java | 108 mGlobalSearchSessionShim.getByDocumentIdAsync( in globalGet()
|