Home
last modified time | relevance | path

Searched defs:DeviceRuntimeException (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DDeviceRuntimeException.java24 public class DeviceRuntimeException extends RuntimeException { class
32 public DeviceRuntimeException(String msg) { in DeviceRuntimeException() method in DeviceRuntimeException
41 public DeviceRuntimeException(Throwable t) { in DeviceRuntimeException() method in DeviceRuntimeException
51 public DeviceRuntimeException(String msg, Throwable t) { in DeviceRuntimeException() method in DeviceRuntimeException