Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDeviceAdminServiceTest.java75 Throwable lastThrowable = null; in withRetry() local
82 lastThrowable = th; in withRetry()
86 if (lastThrowable != null) { in withRetry()
87 throw lastThrowable; in withRetry()
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java194 Throwable lastThrowable = null; in runWithRetries() local
202 lastThrowable = th; in runWithRetries()
207 throw lastThrowable; in runWithRetries()