Searched refs:DeviceActionConfigError (Results 1 – 2 of 2) sorted by relevance
76 public static class DeviceActionConfigError extends HarnessException { class in DeviceActionUtil79 public DeviceActionConfigError(String message, @Nullable Throwable cause) { in DeviceActionConfigError() method in DeviceActionUtil.DeviceActionConfigError83 public DeviceActionConfigError(String message) { in DeviceActionConfigError() method in DeviceActionUtil.DeviceActionConfigError99 throws DeviceActionConfigError { in create()197 private static void checkFile(File file) throws DeviceActionConfigError { in checkFile()199 throw new DeviceActionConfigError("Missing file " + file); in checkFile()203 private static File getAdb() throws DeviceActionConfigError { in getAdb()212 private static File getAapt() throws DeviceActionConfigError { in getAapt()217 private static File getCredential() throws DeviceActionConfigError { in getCredential()223 new DeviceActionConfigError( in getCredential()[all …]
105 } catch (DeviceActionUtil.DeviceActionConfigError e) { in setUp()