Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
H A DTestUtils.java160 throw wrapIfChecked(e); in uncheck()
176 throw wrapIfChecked(e); in uncheck()
184 public static RuntimeException wrapIfChecked(Exception e) { in wrapIfChecked() method in TestUtils