Home
last modified time | relevance | path

Searched refs:transformResult (Results 1 – 4 of 4) sorted by relevance

/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/
DAppSearchSessionShimImpl.java109 return Futures.transformAsync(future, this::transformResult, mExecutor); in setSchemaAsync()
117 return Futures.transformAsync(future, this::transformResult, mExecutor); in getSchemaAsync()
125 return Futures.transformAsync(future, this::transformResult, mExecutor); in getNamespacesAsync()
162 return Futures.transformAsync(future, this::transformResult, mExecutor); in reportUsageAsync()
180 return Futures.transformAsync(future, this::transformResult, mExecutor); in removeAsync()
188 return Futures.transformAsync(future, this::transformResult, mExecutor); in getStorageInfoAsync()
198 return Futures.transformAsync(future, this::transformResult, mExecutor); in requestFlushAsync()
224 private <T> ListenableFuture<T> transformResult( in transformResult() method in AppSearchSessionShimImpl
DSearchResultsShimImpl.java55 return Futures.transformAsync(future, this::transformResult, mExecutor); in getNextPageAsync()
63 private <T> ListenableFuture<T> transformResult( in transformResult() method in SearchResultsShimImpl
DGlobalSearchSessionShimImpl.java115 return Futures.transformAsync(future, this::transformResult, mExecutor); in reportSystemUsageAsync()
124 return Futures.transformAsync(future, this::transformResult, mExecutor); in getSchemaAsync()
154 private <T> ListenableFuture<T> transformResult( in transformResult() method in GlobalSearchSessionShimImpl
DEnterpriseGlobalSearchSessionShimImpl.java122 return Futures.transformAsync(future, this::transformResult, mExecutor);
131 private <T> ListenableFuture<T> transformResult(