Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/appsearch/
DAppSearchSessionUnitTest.java56 mSearchSession = future.get().getResultValue(); in setUp()
64 schemaFuture.get().getResultValue(); in setUp()
118 schemaFuture.get().getResultValue(); in testGetEmptyNextPage()
150 List<SearchResult> results = getNextPageFuture.get().getResultValue(); in testGetEmptyNextPage()
157 results = getNextPageFuture.get().getResultValue(); in testGetEmptyNextPage()
171 schemaFuture.get().getResultValue(); in testGetEmptyNextPage_multiPages()
210 List<SearchResult> results = getNextPageFuture.get().getResultValue(); in testGetEmptyNextPage_multiPages()
218 results = getNextPageFuture.get().getResultValue(); in testGetEmptyNextPage_multiPages()
227 results = getNextPageFuture.get().getResultValue(); in testGetEmptyNextPage_multiPages()
/frameworks/base/apex/appsearch/testing/java/com/android/server/appsearch/testing/
DGlobalSearchSessionShimImpl.java66 instance -> new GlobalSearchSessionShimImpl(instance.getResultValue(), executor), in createGlobalSearchSession()
102 return Futures.immediateFuture(result.getResultValue()); in transformResult()
DSearchResultsShimImpl.java51 return Futures.transform(future, AppSearchResult::getResultValue, mExecutor); in getNextPage()
DAppSearchSessionShimImpl.java91 instance -> new AppSearchSessionShimImpl(instance.getResultValue(), executor), in createSearchSession()
208 return Futures.immediateFuture(result.getResultValue()); in transformResult()
/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/
DAppSearchSession.java208 new GetSchemaResponse(result.getResultValue()); in getSchema()
245 new ArraySet<>(result.getResultValue()); in getNamespaces()
640 StorageInfo response = new StorageInfo(result.getResultValue()); in getStorageInfo()
703 new SetSchemaResponse(result.getResultValue()); in setSchemaNoMigrations()
755 GetSchemaResponse getSchemaResponse = getSchemaResult.getResultValue(); in setSchemaWithMigrations()
796 new SetSchemaResponse(setSchemaResult.getResultValue()); in setSchemaWithMigrations()
DSearchResults.java164 new SearchResultPage(searchResultPageResult.getResultValue());
DAppSearchMigrationHelper.java159 List<Bundle> migratedFailureBundles = result.getResultValue(); in putMigratedDocuments()
/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/aidl/
DAppSearchResultParcel.java66 dest.writeValue(mResult.getResultValue()); in writeToParcel()
/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DAppSearchBatchResult.java181 mSuccesses.put(key, result.getResultValue()); in setResult()
DAppSearchResult.java130 public ValueType getResultValue() { in getResultValue() method in AppSearchResult
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutUser.java738 future.complete(result.getResultValue()); in getAppSearch()
DShortcutPackage.java2568 final List<SearchResult> results = nextPage.getResultValue(); in getNextPage()
/frameworks/base/apex/appsearch/framework/api/
Dcurrent.txt36 method @Nullable public ValueType getResultValue();