Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTestUtils.java40 public interface BooleanSupplierWithThrow { interface in TestUtils
52 public static void waitUntil(String message, BooleanSupplierWithThrow predicate) in waitUntil()
61 String message, int timeoutSecond, BooleanSupplierWithThrow predicate) in waitUntil()
/cts/hostsidetests/car/util/src/android/car/cts/
DCarHostJUnit4TestCase.java31 import com.android.compatibility.common.util.CommonTestUtils.BooleanSupplierWithThrow;
485 protected void waitUntil(long timeoutSeconds, BooleanSupplierWithThrow<Exception> predicate, in waitUntil()
495 protected void waitUntil(BooleanSupplierWithThrow<Exception> predicate, in waitUntil()