HomeSort by relevance Sort by last modified time
    Searched refs:RuntimeDeviceNotAvailableException (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/testtype/
JUnitRunUtil.java 22 import com.android.tradefed.testtype.DeviceTestResult.RuntimeDeviceNotAvailableException;
56 } catch (RuntimeDeviceNotAvailableException e) {
DeviceTestResult.java 42 public class RuntimeDeviceNotAvailableException extends RuntimeException {
45 RuntimeDeviceNotAvailableException(DeviceNotAvailableException e) {
58 * @throws RuntimeDeviceNotAvailableException if a DeviceNotAvailableException occurs
75 throw new RuntimeDeviceNotAvailableException(e);
85 // to ensure endTest is called when RuntimeDeviceNotAvailableException occurs

Completed in 148 milliseconds