Home
last modified time | relevance | path

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

/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/
DEnterpriseGlobalSearchSessionShimImpl.java81 new EnterpriseGlobalSearchSessionShimImpl(instance.getResultValue(), in createEnterpriseGlobalSearchSessionAsync()
136 return Futures.immediateFuture(result.getResultValue());
DAppSearchSessionShimImpl.java94 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()
DGlobalSearchSessionShimImpl.java77 instance -> new GlobalSearchSessionShimImpl(instance.getResultValue(), executor), in createGlobalSearchSessionAsync()
159 return Futures.immediateFuture(result.getResultValue()); in transformResult()
DSearchResultsShimImpl.java68 return Futures.immediateFuture(result.getResultValue()); in transformResult()
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchResultCtsTest.java30 assertThat(result.getResultValue()).isEqualTo("String"); in testNewSuccessfulResult()
/cts/tests/appsearch/src/com/android/cts/appsearch/functions/
DAppFunctionManagerCtsTest.java142 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()
/cts/libs/vogar-expect/src/vogar/expect/
DOutcome.java136 public ResultValue getResultValue(Expectation expectation) { in getResultValue() method in Outcome