Home
last modified time | relevance | path

Searched refs:DeviceActionConfigError (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/util/
DDeviceActionUtil.java76 public static class DeviceActionConfigError extends HarnessException { class in DeviceActionUtil
79 public DeviceActionConfigError(String message, @Nullable Throwable cause) { in DeviceActionConfigError() method in DeviceActionUtil.DeviceActionConfigError
83 public DeviceActionConfigError(String message) { in DeviceActionConfigError() method in DeviceActionUtil.DeviceActionConfigError
99 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 …]
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DDeviceActionTargetPreparer.java105 } catch (DeviceActionUtil.DeviceActionConfigError e) { in setUp()