Home
last modified time | relevance | path

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

/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DUtils.java45 public interface Invokable { interface in Utils
55 public static void assertException(@NonNull Invokable r, in assertException()
80 public static void runOnMainThread(@NonNull final Invokable r) throws Throwable { in runOnMainThread()
111 public static void eventually(@NonNull Invokable r, long timeout) throws Throwable { in eventually()
140 public static void eventually(@NonNull Invokable r) throws Throwable { in eventually()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
DUtil.java34 public static void runAndAssertException(@NonNull Invokable r, in runAndAssertException()
55 public interface Invokable { interface in Util
/cts/tests/pdf/src/android/graphics/pdf/cts/
DUtils.java277 static void verifyException(@NonNull Invokable r, in verifyException()
296 interface Invokable { interface in Utils