Searched refs:mException (Results 1 – 9 of 9) sorted by relevance
29 private DeviceNotAvailableException mException = null; field in MockInstrumentationTest36 if (mException != null) { in run()37 throw mException; in run()50 mException = e; in setException()
25 private InterruptedException mException; field in CarryInterruptedException28 mException = e; in CarryInterruptedException()32 return mException; in getInterruptedException()
27 private DeviceNotAvailableException mException; field in CarryDnaeError31 mException = e; in CarryDnaeError()36 return mException; in getDeviceNotAvailableException()
47 private DeviceNotAvailableException mException; field in DeviceTestResult.RuntimeDeviceNotAvailableException51 mException = e; in RuntimeDeviceNotAvailableException()55 return mException; in getDeviceException()
114 public Throwable mException = null; field in HttpHelperFuncTest.Backend140 return mException; in getException()158 mException = e; in run()
679 @Nullable ResolverLoadingException mException; field in DynamicRemoteFileResolver.ServiceFileResolverLoader.LoaderState.ResolverState707 mException = in getAndInit()712 throw mException; in getAndInit()721 if (mException != null) { in getOrThrow()722 throw mException; in getOrThrow()
97 private DeviceNotAvailableException mException = null; field in MonkeyBase.CommandHelper110 mException = e; in runCommand()127 if (mException != null) { in runCommand()128 throw mException; in runCommand()
265 private Exception mException = null; field in HttpHelper.RequestRunnable288 return mException; in getException()292 mException = e; in setException()
205 private DeviceNotAvailableException mException; field in ITestSuiteTest.StubCollectingTest212 mException = e; in StubCollectingTest()232 if (mException != null) { in run()233 throw mException; in run()