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.java42 public class RuntimeDeviceNotAvailableException extends RuntimeException { class in DeviceTestResult
45 RuntimeDeviceNotAvailableException(DeviceNotAvailableException e) { in RuntimeDeviceNotAvailableException() method in DeviceTestResult.RuntimeDeviceNotAvailableException
75 throw new RuntimeDeviceNotAvailableException(e); in runProtected()
DJUnitRunUtil.java23 import com.android.tradefed.testtype.DeviceTestResult.RuntimeDeviceNotAvailableException;
55 } catch (RuntimeDeviceNotAvailableException e) { in runTest()