Searched refs:propagate (Results 1 – 13 of 13) sorted by relevance
69 public static <E extends Exception> RuntimeException propagate(@NonNull Throwable t, Class<E> c) in propagate() method in ExceptionUtils72 return propagate(t); in propagate()75 public static RuntimeException propagate(@NonNull Throwable t) { in propagate() method in ExceptionUtils
296 throw ExceptionUtils.propagate(t); in write()
76 throw ExceptionUtils.propagate(ex);108 throw ExceptionUtils.propagate(ex);
318 throw ExceptionUtils.propagate(e); in forEach()
20 import static android.util.ExceptionUtils.propagate;136 throw propagate(appendCause(t, msg.postPoint)); in dispatch()
73 log.propagate = False
208 throw ExceptionUtils.propagate(e, RemoteException.class); in onTransact()412 throw ExceptionUtils.propagate(e, RemoteException.class); in getServiceCallback()538 throw ExceptionUtils.propagate(e);
313 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()338 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
112 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
297 the value, this update will not propagate back to the Java class.
1045 final boolean propagate = onRequestSendAccessibilityEvent(child, event); in requestSendAccessibilityEvent()1046 if (!propagate) { in requestSendAccessibilityEvent()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
6273 HPLandroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;