Searched refs:writeThrowable (Results 1 – 1 of 1) sorted by relevance
516 writeThrowable(dest, unwrapExecutionException(t)); in writeToParcel()554 private static void writeThrowable(@NonNull Parcel parcel, @Nullable Throwable throwable) { in writeThrowable() method in AndroidFuture582 writeThrowable(parcel, throwable.getCause()); in writeThrowable()