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 D | AdbException.java | 24 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 D | Devices.kt | 5 data class AdbException(val args: Iterable<String>, val output: String) : dataClass
|