Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java101 private static Throwable sCapturedSetupThrowable; field in SimultaneousCallingRestrictionsTest
203 sCapturedSetupThrowable = th; in beforeAllTests()
270 if (sCapturedSetupThrowable != null) { in beforeTest()
273 throw sCapturedSetupThrowable; in beforeTest()