Home
last modified time | relevance | path

Searched defs:throwingRunnable (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
H A DShellPermissionUtils.java77 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()
/aosp_15_r20/art/test/141-class-unload/src/
H A DMain.java376 Runnable throwingRunnable = new Runnable() { in $noinline$createStackTraceWithCopiedMethod() local
407 Runnable throwingRunnable = new Runnable() { in testCopiedAppImageMethodInStackTrace() local
/aosp_15_r20/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/metadata/source/
H A DBlockingMetadataBootstrappingGuardTest.java71 ThrowingRunnable throwingRunnable = in test_getOrBootstrap_shouldIncludeFileNameInExceptionOnFailure() local
/aosp_15_r20/external/testng/src/test/java/test/asserttests/
H A DAssertTest.java144 private static ThrowingRunnable throwingRunnable(final Throwable t) { in throwingRunnable() method in AssertTest
/aosp_15_r20/external/auto/common/src/test/java/com/google/auto/common/
H A DSimpleAnnotationMirrorTest.java113 private static void expectThrows(Runnable throwingRunnable) { in expectThrows()