Searched refs:sneakyThrow (Results 1 – 8 of 8) sorted by relevance
91 Util.sneakyThrow(e); in runTestOnMainThread()108 Util.sneakyThrow(e); in runTestOnMainThread()111 Util.sneakyThrow(thrown.get()); in runTestOnMainThread()
107 Util.sneakyThrow(e); in runOnPlaybackThread()110 Util.sneakyThrow(throwable[0]); in runOnPlaybackThread()
91 sneakyThrow(new SomeCheckedException()); in testSneakyThrow()208 private static void sneakyThrow(Throwable t) { in sneakyThrow() method in AbstractIteratorTest
193 sneakyThrow(new SomeCheckedException()); in testSneakyThrow()297 private static void sneakyThrow(Throwable t) { in sneakyThrow() method in AbstractIteratorTest
56 Util.sneakyThrow(thrown); in close()
1819 public static void sneakyThrow(Throwable t) { in sneakyThrow() method in Util