Searched defs:cause (Results 1 – 5 of 5) sorted by relevance
255 private ApkInstallerException(String message, Throwable cause) { in ApkInstallerException()265 private ApkInstallerException(Throwable cause) { in ApkInstallerException()
141 private CrawlerException(String message, Throwable cause) { in CrawlerException()150 private CrawlerException(Throwable cause) { in CrawlerException()
493 private TestUtilsException(String message, Throwable cause) { in TestUtilsException()502 private TestUtilsException(Throwable cause) { in TestUtilsException()
929 private DeviceUtilsException(String message, Throwable cause) { in DeviceUtilsException()939 private DeviceUtilsException(Throwable cause) { in DeviceUtilsException()
54 void testFailed(String cause); in testFailed()