Searched refs:getThrowable (Results 1 – 2 of 2) sorted by relevance
74 public abstract Throwable getThrowable(); in getThrowable() method in FallibleAsyncTask.FallibleTaskResult91 return getThrowable() != null; in isFailure()
90 mCallback.onMediaFailed(new Exception("Persisting image failed", result.getThrowable())); in onPostExecute()