Home
last modified time | relevance | path

Searched defs:caught (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DRetryRule.java61 Throwable caught = null; in apply() field in RetryRule
82 Log.w(TAG, "Arrrr! " + name + " failed at attempt " + i + "/" + mMaxAttempts in apply()
86 throw caught; in apply() field in RetryRule
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DRetryRule.java78 Throwable caught = null; in apply() field in RetryRule
102 Log.w(TAG, "Arrrr! " + name + " failed at attempt " + i + "/" + mMaxAttempts in apply()
106 throw caught; in apply() field in RetryRule
/cts/tests/tests/os/src/android/os/cts/
DMessageTest.java260 final Exception[] caught = new Exception[1]; in testRecycleThrowsIfMessageIsBeingDelivered() local
280 final Exception[] caught = new Exception[1]; in testSendMessageThrowsIfMessageIsBeingDelivered() local