Home
last modified time | relevance | path

Searched refs:propagate (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/util/
DExceptionUtils.java69 public static <E extends Exception> RuntimeException propagate(@NonNull Throwable t, Class<E> c) in propagate() method in ExceptionUtils
72 return propagate(t); in propagate()
75 public static RuntimeException propagate(@NonNull Throwable t) { in propagate() method in ExceptionUtils
DAtomicFile.java259 throw ExceptionUtils.propagate(t); in write()
/frameworks/rs/tests/lldb/tests/harness/
Dutil_log.py73 log.propagate = False
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java204 throw ExceptionUtils.propagate(e, RemoteException.class); in onTransact()
408 throw ExceptionUtils.propagate(e, RemoteException.class); in getServiceCallback()
532 throw ExceptionUtils.propagate(e);
/frameworks/base/core/java/android/os/
DBinder.java274 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
299 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
/frameworks/compile/slang/
DREADME.rst297 the value, this update will not propagate back to the Java class.
/frameworks/base/core/java/android/view/
DViewGroup.java976 final boolean propagate = onRequestSendAccessibilityEvent(child, event); in requestSendAccessibilityEvent()
977 if (!propagate) { in requestSendAccessibilityEvent()
DView.java6750 void clearFocusInternal(View focused, boolean propagate, boolean refocus) {
6754 if (propagate && mParent != null) {
6761 if (propagate && (!refocus || !rootViewRequestFocus())) {
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...