Searched defs:throwable (Results 1 – 9 of 9) 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()
805 Throwable throwable = null; in assertRectSetsNotEqual() local
1295 Throwable throwable = null; in assertRectSetsNotEqual() local
2194 Throwable throwable = new Throwable( in checkThread() local
5017 public PackageParserException(int error, String detailMessage, Throwable throwable) { in PackageParserException()