Searched refs:propagate (Results 1 – 9 of 9) 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
259 throw ExceptionUtils.propagate(t); in write()
73 log.propagate = False
204 throw ExceptionUtils.propagate(e, RemoteException.class); in onTransact()408 throw ExceptionUtils.propagate(e, RemoteException.class); in getServiceCallback()532 throw ExceptionUtils.propagate(e);
274 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()299 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
297 the value, this update will not propagate back to the Java class.
976 final boolean propagate = onRequestSendAccessibilityEvent(child, event); in requestSendAccessibilityEvent()977 if (!propagate) { in requestSendAccessibilityEvent()
6750 void clearFocusInternal(View focused, boolean propagate, boolean refocus) {6754 if (propagate && mParent != null) {6761 if (propagate && (!refocus || !rootViewRequestFocus())) {
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...