Searched refs:propagate (Results 1 – 15 of 15) 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);
326 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
228 throw ExceptionUtils.propagate(e, RemoteException.class); in onTransact()435 throw ExceptionUtils.propagate(e, RemoteException.class); in getServiceCallback()566 throw ExceptionUtils.propagate(e);
365 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()390 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
171 root.propagate()
125 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
297 the value, this update will not propagate back to the Java class.
1068 final boolean propagate = onRequestSendAccessibilityEvent(child, event); in requestSendAccessibilityEvent()1069 if (!propagate) { in requestSendAccessibilityEvent()
7759 void clearFocusInternal(View focused, boolean propagate, boolean refocus) {7764 if (propagate && mParent != null) {7771 if (propagate && (!refocus || !rootViewRequestFocus())) {
15420 HPLandroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
71721 Landroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;71722 Landroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;Ljava/lang/Class;)Ljava/lang/RuntimeE…