Searched refs:propagateIfInstanceOf (Results 1 – 3 of 3) sorted by relevance
59 public static <E extends Throwable> void propagateIfInstanceOf( in propagateIfInstanceOf() method in ExceptionUtils71 propagateIfInstanceOf(t, c); in propagate()77 propagateIfInstanceOf(t, Error.class); in propagate()78 propagateIfInstanceOf(t, RuntimeException.class); in propagate()
1224 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in startObservingDevicePresence()1268 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in stopObservingDevicePresence()1568 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in buildPermissionTransferUserConsentIntent()1603 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in isPermissionTransferUserConsented()1634 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in startSystemDataTransfer()1671 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in startSystemDataTransfer()
57057 Landroid/util/ExceptionUtils;->propagateIfInstanceOf(Ljava/lang/Throwable;Ljava/lang/Class;)V