Home
last modified time | relevance | path

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

/platform_testing/libraries/health/utils/src/android/platform/test/util/
DHealthTestingUtils.java63 Supplier<String> message, Supplier<Optional<T>> resultProducer) { in waitForValuePresent() argument
72 final Optional<T> optionalResult = resultProducer.get(); in waitForValuePresent()
95 Supplier<String> errorMessage, Supplier<T> resultProducer) { in waitForValueCatchingStaleObjectExceptions() argument
100 return Optional.ofNullable(resultProducer.get()); in waitForValueCatchingStaleObjectExceptions()