Searched defs:throwable (Results 1 – 10 of 10) sorted by relevance
28 public InflateException(String detailMessage, Throwable throwable) { in InflateException()36 public InflateException(Throwable throwable) { in InflateException()
38 public UiObjectNotFoundException(String detailMessage, Throwable throwable) { in UiObjectNotFoundException()45 public UiObjectNotFoundException(Throwable throwable) { in UiObjectNotFoundException()
44 public boolean setException(Throwable throwable) { in setException()
30 public PackageManagerException(int error, String detailMessage, Throwable throwable) { in PackageManagerException()
33 public NativeDaemonConnectorException(String detailMessage, Throwable throwable) { in NativeDaemonConnectorException()
71 public static Throwable getCause(@NonNull Throwable throwable) { in getCause()
1107 Throwable throwable = null; in assertRectSetsNotEqual() local
1694 Throwable throwable = null; in assertRectSetsNotEqual() local
2286 Throwable throwable = new Throwable( in checkThread() local
5150 public PackageParserException(int error, String detailMessage, Throwable throwable) { in PackageParserException()