Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/android/app/appsearch/util/
DExceptionUtil.java34 if (isItOkayToRethrowException() && e instanceof RuntimeException) { in handleException()
40 private static boolean isItOkayToRethrowException() { in isItOkayToRethrowException() method in ExceptionUtil