Searched refs:mException (Results 1 – 7 of 7) sorted by relevance
27 private DeviceNotAvailableException mException = null; field in MockInstrumentationTest33 if (mException != null) { in run()34 throw mException; in run()47 mException = e; in setException()
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()
218 private Exception mException = null; field in BandwidthMicroBenchMarkTest.QueryRunnable239 mException = e; in run()242 mException = e; in run()254 return mException; in getException()
265 private Exception mException = null; field in HttpHelper.RequestRunnable288 return mException; in getException()292 mException = e; in setException()
104 private DeviceNotAvailableException mException = null; field in MonkeyBase.CommandHelper116 mException = e; in runCommand()133 if (mException != null) { in runCommand()134 throw mException; in runCommand()
139 private DeviceNotAvailableException mException; field in ITestSuiteTest.StubCollectingTest145 mException = e; in StubCollectingTest()156 if (mException != null) { in run()157 throw mException; in run()