Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/android/app/appsearch/util/
DExceptionUtil.java35 rethrowRuntimeException((RuntimeException) e); in handleException()
55 private static void rethrowRuntimeException(RuntimeException e) { in rethrowRuntimeException() method in ExceptionUtil