Home
last modified time | relevance | path

Searched defs:createSearchSessionAsync (Results 1 – 25 of 26) sorted by relevance

12

/appsearch/appsearch/src/androidTest/java/androidx/appsearch/app/
DAppSearchSessionLocalInternalTest.java32 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) { in createSearchSessionAsync() method in AppSearchSessionLocalInternalTest
39 protected ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in AppSearchSessionLocalInternalTest
DAppSearchSessionPlatformInternalTest.java46 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) { in createSearchSessionAsync() method in AppSearchSessionPlatformInternalTest
53 protected ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in AppSearchSessionPlatformInternalTest
DAnnotationProcessorPlatformTest.java33 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) { in createSearchSessionAsync() method in AnnotationProcessorPlatformTest
DAnnotationProcessorLocalTest.java30 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) { in createSearchSessionAsync() method in AnnotationProcessorLocalTest
DAppSearchSessionInternalTestBase.java62 protected abstract ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in AppSearchSessionInternalTestBase
65 protected abstract ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in AppSearchSessionInternalTestBase
DAnnotationProcessorTestBase.java75 protected abstract ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in AnnotationProcessorTestBase
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/
DAppSearchSessionGmsCtsTest.java37 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) in createSearchSessionAsync() method in AppSearchSessionGmsCtsTest
53 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName, in createSearchSessionAsync() method in AppSearchSessionGmsCtsTest
DAppSearchSessionBlobPlatformCtsTest.java35 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) in createSearchSessionAsync() method in AppSearchSessionBlobPlatformCtsTest
DAppSearchSchemaMigrationPlatformCtsTest.java34 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) { in createSearchSessionAsync() method in AppSearchSchemaMigrationPlatformCtsTest
DAppSearchSchemaMigrationLocalCtsTest.java31 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) { in createSearchSessionAsync() method in AppSearchSchemaMigrationLocalCtsTest
DAppSearchSessionBlobLocalCtsTest.java31 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) { in createSearchSessionAsync() method in AppSearchSessionBlobLocalCtsTest
DAppSearchSessionPlatformCtsTest.java48 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) { in createSearchSessionAsync() method in AppSearchSessionPlatformCtsTest
55 protected ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in AppSearchSessionPlatformCtsTest
DAppSearchSessionBlobGmsCtsTest.java33 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) in createSearchSessionAsync() method in AppSearchSessionBlobGmsCtsTest
DGlobalSearchSessionPlatformCtsTest.java35 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) { in createSearchSessionAsync() method in GlobalSearchSessionPlatformCtsTest
DGlobalSearchSessionGmsCtsTest.java37 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) in createSearchSessionAsync() method in GlobalSearchSessionGmsCtsTest
DAppSearchSessionLocalCtsTest.java61 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) { in createSearchSessionAsync() method in AppSearchSessionLocalCtsTest
68 protected ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in AppSearchSessionLocalCtsTest
DGlobalSearchSessionLocalCtsTest.java48 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) { in createSearchSessionAsync() method in GlobalSearchSessionLocalCtsTest
DAppSearchSchemaMigrationCtsTestBase.java121 protected abstract ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in AppSearchSchemaMigrationCtsTestBase
DAppSearchSessionBlobCtsTestBase.java84 protected abstract ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in AppSearchSessionBlobCtsTestBase
DGlobalSearchSessionCtsTestBase.java104 protected abstract ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in GlobalSearchSessionCtsTestBase
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/ast/searchtest/
DAbstractSyntaxTreeSearchLocalCtsTest.java36 protected ListenableFuture<AppSearchSession> createSearchSessionAsync(@NonNull String dbName) in createSearchSessionAsync() method in AbstractSyntaxTreeSearchLocalCtsTest
DAbstractSyntaxTreeSearchCtsTestBase.java81 protected abstract ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in AbstractSyntaxTreeSearchCtsTestBase
/appsearch/appsearch-play-services-storage/src/main/java/androidx/appsearch/playservicesstorage/
DPlayServicesStorage.java221 public static @NonNull ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in PlayServicesStorage
/appsearch/appsearch-platform-storage/src/main/java/androidx/appsearch/platformstorage/
DPlatformStorage.java228 public static @NonNull ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in PlatformStorage
/appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/
DLocalStorage.java297 public static @NonNull ListenableFuture<AppSearchSession> createSearchSessionAsync( in createSearchSessionAsync() method in LocalStorage

12