Searched defs:throwingRunnable (Results 1 – 5 of 5) sorted by relevance
77 public static void runWithShellPermissionIdentity(ThrowingRunnable throwingRunnable) { in runWithShellPermissionIdentity()90 public static void runWithShellPermissionIdentity(ThrowingRunnable throwingRunnable, in runWithShellPermissionIdentity()105 public static void runWithShellPermissionIdentity(ThrowingRunnable throwingRunnable, in runWithShellPermissionIdentity()
376 Runnable throwingRunnable = new Runnable() { in $noinline$createStackTraceWithCopiedMethod() local407 Runnable throwingRunnable = new Runnable() { in testCopiedAppImageMethodInStackTrace() local
71 ThrowingRunnable throwingRunnable = in test_getOrBootstrap_shouldIncludeFileNameInExceptionOnFailure() local
144 private static ThrowingRunnable throwingRunnable(final Throwable t) { in throwingRunnable() method in AssertTest
113 private static void expectThrows(Runnable throwingRunnable) { in expectThrows()