Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DExceptionUtils.java76 public static <R> R wrappingExceptions( in wrappingExceptions() method in ExceptionUtils
95 public static void wrappingExceptions( in wrappingExceptions() method in ExceptionUtils
97 wrappingExceptions(exceptionTransformer, () -> { in wrappingExceptions()
DUiAutomatorUtils2.java100 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, assertion); in assertWithUiDump()
110 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, () -> { in waitFindObject()
DUiAutomatorUtils.java81 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, () -> { in waitFindObject()
/cts/tests/tests/hibernation/src/android/hibernation/cts/
DAppHibernationUtils.kt42 import com.android.compatibility.common.util.ExceptionUtils.wrappingExceptions in <lambda>()
296 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause) }) { in openUnusedAppsNotification()
366 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause) }) { in waitFindNotification()
383 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause) }) { in waitFindNotification()
DAppHibernationIntegrationTest.kt50 import com.android.compatibility.common.util.ExceptionUtils.wrappingExceptions in <lambda>()
367 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause)}) { in <lambda>()
378 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause)}) { in <lambda>()