Searched refs:propagate (Results 1 – 16 of 16) 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);
363 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()388 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
59 // propagate the onChange event and mark its parent dirty when a change
167 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()
7636 void clearFocusInternal(View focused, boolean propagate, boolean refocus) {7641 if (propagate && mParent != null) {7648 if (propagate && (!refocus || !rootViewRequestFocus())) {
15421 HPLandroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
76857 Landroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;76858 Landroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;Ljava/lang/Class;)Ljava/lang/RuntimeE…