Searched refs:getResultValue (Results 1 – 7 of 7) sorted by relevance
81 new EnterpriseGlobalSearchSessionShimImpl(instance.getResultValue(), in createEnterpriseGlobalSearchSessionAsync()136 return Futures.immediateFuture(result.getResultValue());
94 instance -> new AppSearchSessionShimImpl(instance.getResultValue(), executor), in createSearchSessionAsync()210 return Futures.transform(future, AppSearchResult::getResultValue, mExecutor); in searchSuggestionAsync()229 return Futures.immediateFuture(result.getResultValue()); in transformResult()
77 instance -> new GlobalSearchSessionShimImpl(instance.getResultValue(), executor), in createGlobalSearchSessionAsync()159 return Futures.immediateFuture(result.getResultValue()); in transformResult()
68 return Futures.immediateFuture(result.getResultValue()); in transformResult()
30 assertThat(result.getResultValue()).isEqualTo("String"); in testNewSuccessfulResult()
142 assertThat(response.getResultValue().getResult().getPropertyLong(PROPERTY_RESULT)) in executeAppFunction_onlyInvokeCallbackOnce()167 assertThat(response.getResultValue().getResult().getPropertyLong(PROPERTY_RESULT)) in executeAppFunction_success()283 assertThat(response.getResultValue().getResult().getPropertyLong(PROPERTY_RESULT)) in executeAppFunction_success_async()
136 public ResultValue getResultValue(Expectation expectation) { in getResultValue() method in Outcome