Searched refs:ExceptionUtils (Results 1 – 23 of 23) sorted by relevance
20 import android.util.ExceptionUtils;76 throw ExceptionUtils.propagate(ex);108 throw ExceptionUtils.propagate(ex);
22 import android.util.ExceptionUtils;326 throw ExceptionUtils.propagate(e); in forEach()
19 import static android.util.ExceptionUtils.appendCause;20 import static android.util.ExceptionUtils.propagate;
24 public class ExceptionUtils { class
19 import com.android.testutils.ExceptionUtils.ThrowingRunnable in <lambda>()
52 import android.util.ExceptionUtils;362 ExceptionUtils.maybeUnwrapIOException(e); in createSession()386 ExceptionUtils.maybeUnwrapIOException(e); in openSession()923 ExceptionUtils.maybeUnwrapIOException(e); in openWrite()936 ExceptionUtils.maybeUnwrapIOException(e); in write()981 ExceptionUtils.maybeUnwrapIOException(e); in getNames()1004 ExceptionUtils.maybeUnwrapIOException(e); in openRead()1025 ExceptionUtils.maybeUnwrapIOException(e); in removeSplit()
23 import com.android.testutils.ExceptionUtils.ThrowingRunnable
84 import static com.android.testutils.ExceptionUtils.ignoreExceptions;244 import com.android.testutils.ExceptionUtils;4149 private void runTestWithSerialExecutors(ExceptionUtils.ThrowingConsumer<Executor> functor) in runTestWithSerialExecutors()
32 public class ExceptionUtils { class
296 throw ExceptionUtils.propagate(t); in write()
32 import android.util.ExceptionUtils;219 final String msg = ExceptionUtils.getCompleteMessage(t); in executeRescueLevel()
23 import android.util.ExceptionUtils;365 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()390 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
26 import android.util.ExceptionUtils;2050 Throwable rootCause = ExceptionUtils.getRootCause(e); in readException()
63 import android.util.ExceptionUtils;228 throw ExceptionUtils.propagate(e, RemoteException.class); in onTransact()435 throw ExceptionUtils.propagate(e, RemoteException.class); in getServiceCallback()566 throw ExceptionUtils.propagate(e);
37 import android.util.ExceptionUtils;125 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
93 import android.util.ExceptionUtils;634 throw ExceptionUtils.wrap(e); in removeSplit()662 throw ExceptionUtils.wrap(e); in openWrite()672 throw ExceptionUtils.wrap(e); in write()791 throw ExceptionUtils.wrap(e); in openRead()1124 e.error, ExceptionUtils.getCompleteMessage(e), null); in sealAndValidateLocked()1241 final String completeMsg = ExceptionUtils.getCompleteMessage(e); in handleCommit()
69 import android.util.ExceptionUtils;473 throw ExceptionUtils.wrap(e); in createSession()698 throw ExceptionUtils.wrap(e); in openSession()
260 import android.util.ExceptionUtils;15565 setReturnMessage(ExceptionUtils.getCompleteMessage(msg, e));15575 setReturnMessage(ExceptionUtils.getCompleteMessage(msg, e));16732 ExceptionUtils.getCompleteMessage(message, e));
44 import android.util.ExceptionUtils;145 fail("Unexpected exception: " + ExceptionUtils.getCompleteMessage(e) + "\n-----\n" in assertUnexpectedException()
3630 android.util.ExceptionUtils
71715 Landroid/util/ExceptionUtils;-><init>()V71716 Landroid/util/ExceptionUtils;->appendCause(Ljava/lang/Throwable;Ljava/lang/Throwable;)Ljava/lang/Th…71717 Landroid/util/ExceptionUtils;->getCompleteMessage(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lan…71718 Landroid/util/ExceptionUtils;->getCompleteMessage(Ljava/lang/Throwable;)Ljava/lang/String;71719 Landroid/util/ExceptionUtils;->getRootCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;71720 Landroid/util/ExceptionUtils;->maybeUnwrapIOException(Ljava/lang/RuntimeException;)V71721 Landroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;71722 Landroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;Ljava/lang/Class;)Ljava/lang/RuntimeE…71723 Landroid/util/ExceptionUtils;->propagateIfInstanceOf(Ljava/lang/Throwable;Ljava/lang/Class;)V71724 Landroid/util/ExceptionUtils;->wrap(Ljava/io/IOException;)Ljava/lang/RuntimeException;
15420 HPLandroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;36283 Landroid/util/ExceptionUtils;
57625 public final deprecated class ExceptionUtils {