Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/exceptions/
DAdbException.java24 public class AdbException extends Exception { class
30 public AdbException(String message, String command, String output) { in AdbException() method in AdbException
34 public AdbException(String message, String command, String output, String err) { in AdbException() method in AdbException
44 public AdbException(String message, String command, Throwable cause) { in AdbException() method in AdbException
48 public AdbException(String message, String command, String output, Throwable cause) { in AdbException() method in AdbException