Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestResult.java46 public class RuntimeDeviceNotAvailableException extends RuntimeException { class in DeviceTestResult
49 RuntimeDeviceNotAvailableException(DeviceNotAvailableException e) { in RuntimeDeviceNotAvailableException() method in DeviceTestResult.RuntimeDeviceNotAvailableException
83 throw new RuntimeDeviceNotAvailableException(e); in runProtected()
DJUnitRunUtil.java23 import com.android.tradefed.testtype.DeviceTestResult.RuntimeDeviceNotAvailableException;
66 } catch (RuntimeDeviceNotAvailableException e) { in runTest()