Home
last modified time | relevance | path

Searched refs:AppSearchSessionShim (Results 1 – 15 of 15) sorted by relevance

/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DAppSearchSessionCtsTest.java19 import android.app.appsearch.AppSearchSessionShim;
32 protected ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
39 protected ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
DAppSearchSchemaMigrationCtsTest.java19 import android.app.appsearch.AppSearchSessionShim;
28 protected ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
DGlobalSearchSessionCtsTest.java19 import android.app.appsearch.AppSearchSessionShim;
33 protected ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
DGlobalSearchSessionPlatformServiceCtsTest.java20 import android.app.appsearch.AppSearchSessionShim;
37 protected AppSearchSessionShim createSearchSessionAsync(@NonNull String dbName) in createSearchSessionAsync()
DAppSearchSessionPlatformCtsTest.java24 import android.app.appsearch.AppSearchSessionShim;
46 private AppSearchSessionShim mDb;
DGlobalSearchSessionServiceCtsTestBase.java32 import android.app.appsearch.AppSearchSessionShim;
146 private AppSearchSessionShim mDb;
163 protected abstract AppSearchSessionShim createSearchSessionAsync( in createSearchSessionAsync()
/cts/tests/appsearch/helper-app/src/com/android/cts/appsearch/helper/
DAppSearchTestService.java27 import android.app.appsearch.AppSearchSessionShim;
150 AppSearchSessionShim db = in indexGloballySearchableDocument()
207 AppSearchSessionShim db = AppSearchSessionShimImpl.createSearchSessionAsync( in indexGloballySearchableDocumentVisibleToConfig()
263 AppSearchSessionShim db = in indexNotGloballySearchableDocument()
303 AppSearchSessionShim db = in indexAction()
363 AppSearchSessionShim db = AppSearchSessionShimImpl.createSearchSessionAsync( in setUpPubliclyVisibleDocuments()
419 AppSearchSessionShim db = in clearData()
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/
DAppSearchSessionShimImpl.java25 import android.app.appsearch.AppSearchSessionShim;
62 public class AppSearchSessionShimImpl implements AppSearchSessionShim {
68 public static ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
76 public static ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
85 public static ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/
DAppSearchDeviceTest.java32 import android.app.appsearch.AppSearchSessionShim;
87 private AppSearchSessionShim mDb;
120 AppSearchSessionShim db = AppSearchSessionShimImpl.createSearchSessionAsync( in testPutDocumentsAsAnotherUser()
155 AppSearchSessionShim db = AppSearchSessionShimImpl.createSearchSessionAsync( in testGetDocumentsAsAnotherUser_exist()
DEnterpriseContactsDeviceTest.java44 import android.app.appsearch.AppSearchSessionShim;
112 AppSearchSessionShim db = AppSearchSessionShimImpl.createSearchSessionAsync( in setUpEnterpriseContactsWithPermissions()
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/testutil/
DAppSearchTestUtils.java24 import android.app.appsearch.AppSearchSessionShim;
61 @NonNull AppSearchSessionShim session, in doGet()
81 @NonNull AppSearchSessionShim session, @NonNull GetByDocumentIdRequest request) in doGet()
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/
DAppSearchSessionShim.java42 public interface AppSearchSessionShim extends Closeable { interface
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DGlobalSearchSessionCtsTestBase.java34 import android.app.appsearch.AppSearchSessionShim;
81 protected AppSearchSessionShim mDb1;
82 protected AppSearchSessionShim mDb2;
86 protected abstract ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
DAppSearchSchemaMigrationCtsTestBase.java32 import android.app.appsearch.AppSearchSessionShim;
121 private AppSearchSessionShim mDb;
123 protected abstract ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
DAppSearchSessionCtsTestBase.java41 import android.app.appsearch.AppSearchSessionShim;
109 private AppSearchSessionShim mDb1;
110 private AppSearchSessionShim mDb2;
112 protected abstract ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
115 protected abstract ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
5572 AppSearchSessionShim sameThreadDb = in testCallAfterClose()
5603 AppSearchSessionShim reopen = in testCallAfterClose()