Searched refs:BooleanSupplierWithThrow (Results 1 – 2 of 2) sorted by relevance
40 public interface BooleanSupplierWithThrow { interface in TestUtils52 public static void waitUntil(String message, BooleanSupplierWithThrow predicate) in waitUntil()61 String message, int timeoutSecond, BooleanSupplierWithThrow predicate) in waitUntil()
31 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()