Searched refs:AppSearchSessionShim (Results 1 – 15 of 15) sorted by relevance
19 import android.app.appsearch.AppSearchSessionShim;32 protected ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()39 protected ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
19 import android.app.appsearch.AppSearchSessionShim;28 protected ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
19 import android.app.appsearch.AppSearchSessionShim;33 protected ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
20 import android.app.appsearch.AppSearchSessionShim;37 protected AppSearchSessionShim createSearchSessionAsync(@NonNull String dbName) in createSearchSessionAsync()
24 import android.app.appsearch.AppSearchSessionShim;46 private AppSearchSessionShim mDb;
32 import android.app.appsearch.AppSearchSessionShim;146 private AppSearchSessionShim mDb;163 protected abstract AppSearchSessionShim createSearchSessionAsync( in createSearchSessionAsync()
27 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()
25 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()
32 import android.app.appsearch.AppSearchSessionShim;87 private AppSearchSessionShim mDb;120 AppSearchSessionShim db = AppSearchSessionShimImpl.createSearchSessionAsync( in testPutDocumentsAsAnotherUser()155 AppSearchSessionShim db = AppSearchSessionShimImpl.createSearchSessionAsync( in testGetDocumentsAsAnotherUser_exist()
44 import android.app.appsearch.AppSearchSessionShim;112 AppSearchSessionShim db = AppSearchSessionShimImpl.createSearchSessionAsync( in setUpEnterpriseContactsWithPermissions()
24 import android.app.appsearch.AppSearchSessionShim;61 @NonNull AppSearchSessionShim session, in doGet()81 @NonNull AppSearchSessionShim session, @NonNull GetByDocumentIdRequest request) in doGet()
42 public interface AppSearchSessionShim extends Closeable { interface
34 import android.app.appsearch.AppSearchSessionShim;81 protected AppSearchSessionShim mDb1;82 protected AppSearchSessionShim mDb2;86 protected abstract ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
32 import android.app.appsearch.AppSearchSessionShim;121 private AppSearchSessionShim mDb;123 protected abstract ListenableFuture<AppSearchSessionShim> createSearchSessionAsync( in createSearchSessionAsync()
41 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()