Searched refs:ThrowingCallable (Results 1 – 2 of 2) sorted by relevance
37 public interface ThrowingCallable<T> { interface in TestUtils71 public static <T> T ensure(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in ensure()111 public static <T> T eventually(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in eventually()
282 private interface ThrowingCallable<T> { interface in LocationAccessCheckTest316 public static <T> T eventually(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in eventually()