Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DMockInstrumentationTest.java27 private DeviceNotAvailableException mException = null; field in MockInstrumentationTest
33 if (mException != null) { in run()
34 throw mException; in run()
47 mException = e; in setException()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceTestResult.java43 private DeviceNotAvailableException mException; field in DeviceTestResult.RuntimeDeviceNotAvailableException
47 mException = e; in RuntimeDeviceNotAvailableException()
51 return mException; in getDeviceException()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
DHttpHelperFuncTest.java114 public Throwable mException = null; field in HttpHelperFuncTest.Backend
140 return mException; in getException()
158 mException = e; in run()
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DBandwidthMicroBenchMarkTest.java218 private Exception mException = null; field in BandwidthMicroBenchMarkTest.QueryRunnable
239 mException = e; in run()
242 mException = e; in run()
254 return mException; in getException()
/tools/tradefederation/core/src/com/android/tradefed/util/net/
DHttpHelper.java265 private Exception mException = null; field in HttpHelper.RequestRunnable
288 return mException; in getException()
292 mException = e; in setException()
/tools/tradefederation/core/prod-tests/src/com/android/monkey/
DMonkeyBase.java104 private DeviceNotAvailableException mException = null; field in MonkeyBase.CommandHelper
116 mException = e; in runCommand()
133 if (mException != null) { in runCommand()
134 throw mException; in runCommand()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteTest.java139 private DeviceNotAvailableException mException; field in ITestSuiteTest.StubCollectingTest
145 mException = e; in StubCollectingTest()
156 if (mException != null) { in run()
157 throw mException; in run()