Searched defs:throwable (Results 1 – 11 of 11) sorted by relevance
41 public UiObjectNotFoundException(String detailMessage, Throwable throwable) { in UiObjectNotFoundException()48 public UiObjectNotFoundException(Throwable throwable) { in UiObjectNotFoundException()
28 public InflateException(String detailMessage, Throwable throwable) { in InflateException()36 public InflateException(Throwable throwable) { in InflateException()
44 public boolean setException(Throwable throwable) { in setException()
33 public NativeDaemonConnectorException(String detailMessage, Throwable throwable) { in NativeDaemonConnectorException()
38 public PackageManagerException(int error, String detailMessage, Throwable throwable) { in PackageManagerException()
71 public static Throwable getCause(@NonNull Throwable throwable) { in getCause()
421 protected void onPostExecute(Throwable throwable) { in writeBitmap()
178 Throwable throwable = null; in assertRectSetsNotEqual() local
139 Throwable throwable = null; in assertRectSetsNotEqual() local
2334 Throwable throwable = new Throwable( in checkThread() local
5763 public PackageParserException(int error, String detailMessage, Throwable throwable) { in PackageParserException()