Home
last modified time | relevance | path

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

/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/exceptions/
H A 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
/aosp_15_r20/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
H A DDevices.kt5 data class AdbException(val args: Iterable<String>, val output: String) : dataClass