Searched refs:mException (Results 1 – 8 of 8) sorted by relevance
30 private DeviceNotAvailableException mException = null; field in MockInstrumentationTest37 if (mException != null) { in run()38 throw mException; in run()51 mException = e; in setException()
27 private DeviceNotAvailableException mException; field in CarryDnaeError30 mException = e; in CarryDnaeError()35 return mException; in getDeviceNotAvailableException()
43 private DeviceNotAvailableException mException; field in DeviceTestResult.RuntimeDeviceNotAvailableException47 mException = e; in RuntimeDeviceNotAvailableException()51 return mException; in getDeviceException()
114 public Throwable mException = null; field in HttpHelperFuncTest.Backend140 return mException; in getException()158 mException = e; in run()
231 private Exception mException = null; field in BandwidthMicroBenchMarkTest.QueryRunnable252 mException = e; in run()255 mException = e; in run()266 return mException; in getException()
100 private DeviceNotAvailableException mException = null; field in MonkeyBase.CommandHelper113 mException = e; in runCommand()130 if (mException != null) { in runCommand()131 throw mException; in runCommand()
265 private Exception mException = null; field in HttpHelper.RequestRunnable288 return mException; in getException()292 mException = e; in setException()
174 private DeviceNotAvailableException mException; field in ITestSuiteTest.StubCollectingTest181 mException = e; in StubCollectingTest()196 if (mException != null) { in run()197 throw mException; in run()