Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DCommonTestUtils.java24 public interface BooleanSupplierWithThrow<E extends Throwable> { interface in CommonTestUtils
30 String message, long timeoutSeconds, BooleanSupplierWithThrow<E> predicate) in waitUntil()