Home
last modified time | relevance | path

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

/test/suite_harness/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()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DHostSideTestUtils.java25 public interface BooleanSupplierWithThrow<E extends Throwable> { interface in HostSideTestUtils
31 String message, long timeoutSeconds, BooleanSupplierWithThrow<E> predicate) throws E { in waitUntil()