Searched refs:RuntimeDeviceNotAvailableException (Results 1 – 2 of 2) sorted by relevance
42 public class RuntimeDeviceNotAvailableException extends RuntimeException { class in DeviceTestResult45 RuntimeDeviceNotAvailableException(DeviceNotAvailableException e) { in RuntimeDeviceNotAvailableException() method in DeviceTestResult.RuntimeDeviceNotAvailableException75 throw new RuntimeDeviceNotAvailableException(e); in runProtected()
23 import com.android.tradefed.testtype.DeviceTestResult.RuntimeDeviceNotAvailableException;55 } catch (RuntimeDeviceNotAvailableException e) { in runTest()