Searched defs:throwable (Results 1 – 9 of 9) sorted by relevance
102 @NonNull Throwable throwable); in verbose()113 @NonNull Throwable throwable); in debug()124 @NonNull Throwable throwable); in info()135 @NonNull Throwable throwable); in warning()146 @NonNull Throwable throwable); in error()171 @NonNull Throwable throwable) { in verbose()186 @NonNull Throwable throwable) { in debug()201 @NonNull Throwable throwable) { in info()216 @NonNull Throwable throwable) { in warning()231 @NonNull Throwable throwable) { in error()
28 val throwable: Throwable constant in androidx.work.WorkerExceptionInfo
199 Throwable throwable = mThrowableMap.get(id); in getForegroundInfoAsync() local244 Throwable throwable = mThrowableMap.get(id); in executeWorkRequest() local259 Throwable throwable = mThrowableMap.get(id); in createWorker() local
106 @NonNull Throwable throwable) { in reportFailure()
182 private static void unableToBind(@NonNull Connection session, @NonNull Throwable throwable) { in unableToBind()
55 public boolean setException(Throwable throwable) { in setException()
700 protected boolean setException(Throwable throwable) { in setException()
55 .retryWhen { throwable, attempt -> in <lambda>() method
95 Throwable throwable = null; in testMerge_throwsIllegalArgumentExceptionOnDifferentTypes() local