Home
last modified time | relevance | path

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

/cts/hostsidetests/atrace/src/android/atrace/cts/
DUncheckedThrow.java29 UncheckedThrow.<RuntimeException>throwAnyImpl(e); in throwAnyException()
41 UncheckedThrow.<RuntimeException>throwAnyImpl(e); in throwAnyException()
45 private static<T extends Throwable> void throwAnyImpl(Throwable e) throws T { in throwAnyImpl() method in UncheckedThrow