Searched refs:transformResult (Results 1 – 4 of 4) sorted by relevance
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/ |
D | AppSearchSessionShimImpl.java | 109 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
|
D | SearchResultsShimImpl.java | 55 return Futures.transformAsync(future, this::transformResult, mExecutor); in getNextPageAsync() 63 private <T> ListenableFuture<T> transformResult( in transformResult() method in SearchResultsShimImpl
|
D | GlobalSearchSessionShimImpl.java | 115 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
|
D | EnterpriseGlobalSearchSessionShimImpl.java | 122 return Futures.transformAsync(future, this::transformResult, mExecutor); 131 private <T> ListenableFuture<T> transformResult(
|