Searched refs:uehInvoked (Results 1 – 1 of 1) sorted by relevance
266 final CountDownLatch uehInvoked = new CountDownLatch(1); in testSetUncaughtExceptionHandler() local270 uehInvoked.countDown(); in testSetUncaughtExceptionHandler()278 assertTrue(uehInvoked.await(MEDIUM_DELAY_MS, MILLISECONDS)); in testSetUncaughtExceptionHandler()