Home
last modified time | relevance | path

Searched refs:ExceptionUtils (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DFunctionalUtils.java21 import android.util.ExceptionUtils;
108 throw ExceptionUtils.propagate(ex);
129 throw ExceptionUtils.propagate(ex);
149 throw ExceptionUtils.propagate(ex);
194 throw ExceptionUtils.propagate(ex);
220 throw ExceptionUtils.propagate(ex);
245 throw ExceptionUtils.propagate(ex);
DCollectionUtils.java25 import android.util.ExceptionUtils;
295 throw ExceptionUtils.propagate(e); in find()
426 throw ExceptionUtils.propagate(e); in forEach()
/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
DTestHandler.java19 import static android.util.ExceptionUtils.appendCause;
20 import static android.util.ExceptionUtils.propagate;
/frameworks/base/core/java/android/service/dataloader/
DDataLoaderService.java34 import android.util.ExceptionUtils;
191 ExceptionUtils.maybeUnwrapIOException(e); in writeData()
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreSession.java56 import android.util.ExceptionUtils;
238 throw ExceptionUtils.wrap(e); in openWrite()
281 throw ExceptionUtils.wrap(e); in openRead()
301 throw ExceptionUtils.wrap(e); in openRead()
DBlobStoreManagerService.java86 import android.util.ExceptionUtils;
1485 throw ExceptionUtils.wrap(e); in openBlob()
/frameworks/base/tests/net/java/com/android/server/
DNetIdManagerTest.kt22 import com.android.testutils.ExceptionUtils.ThrowingRunnable
DConnectivityServiceTest.java85 import static com.android.testutils.ExceptionUtils.ignoreExceptions;
246 import com.android.testutils.ExceptionUtils;
4202 private void runTestWithSerialExecutors(ExceptionUtils.ThrowingConsumer<Executor> functor) in runTestWithSerialExecutors()
/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java56 import android.util.ExceptionUtils;
442 ExceptionUtils.maybeUnwrapIOException(e); in createSession()
466 ExceptionUtils.maybeUnwrapIOException(e); in openSession()
1030 ExceptionUtils.maybeUnwrapIOException(e); in openWrite()
1043 ExceptionUtils.maybeUnwrapIOException(e); in write()
1088 ExceptionUtils.maybeUnwrapIOException(e); in getNames()
1111 ExceptionUtils.maybeUnwrapIOException(e); in openRead()
1132 ExceptionUtils.maybeUnwrapIOException(e); in removeSplit()
/frameworks/base/core/java/android/util/
DExceptionUtils.java32 public class ExceptionUtils { class
DAtomicFile.java301 throw ExceptionUtils.propagate(t); in write()
/frameworks/base/core/java/android/os/
DBinder.java24 import android.util.ExceptionUtils;
387 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
412 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
DParcel.java27 import android.util.ExceptionUtils;
2345 ExceptionUtils.appendCause(e, cause); in readException()
/frameworks/base/services/core/java/com/android/server/
DRescueParty.java41 import android.util.ExceptionUtils;
293 final String msg = ExceptionUtils.getCompleteMessage(t); in logRescueException()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmMockContext.java37 import android.util.ExceptionUtils;
125 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java69 import android.util.ExceptionUtils;
281 throw ExceptionUtils.propagate(e, RemoteException.class); in onTransact()
612 throw ExceptionUtils.propagate(e);
/frameworks/base/core/java/com/android/internal/infra/
DAndroidFuture.java29 import android.util.ExceptionUtils;
263 throw ExceptionUtils.appendCause(t, err); in callListener()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java122 import android.util.ExceptionUtils;
881 throw ExceptionUtils.wrap(e); in removeSplit()
935 throw ExceptionUtils.wrap(e); in openWrite()
946 throw ExceptionUtils.wrap(e); in write()
1075 throw ExceptionUtils.wrap(e); in openRead()
1251 throw ExceptionUtils.wrap(e); in writeData()
1591 onSessionVerificationFailure(e.error, ExceptionUtils.getCompleteMessage(e)); in onSessionVerificationFailure()
1735 final String completeMsg = ExceptionUtils.getCompleteMessage(e); in handleInstall()
DPackageInstallerService.java69 import android.util.ExceptionUtils;
500 throw ExceptionUtils.wrap(e); in createSession()
799 throw ExceptionUtils.wrap(e); in openSession()
DPackageManagerService.java302 import android.util.ExceptionUtils;
16059 setReturnMessage(ExceptionUtils.getCompleteMessage(msg, e)); in setError()
16065 setReturnMessage(ExceptionUtils.getCompleteMessage(msg, e)); in setError()
17218 ExceptionUtils.getCompleteMessage(message, e)); in PrepareFailure()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java44 import android.util.ExceptionUtils;
145 fail("Unexpected exception: " + ExceptionUtils.getCompleteMessage(e) + "\n-----\n" in assertUnexpectedException()
/frameworks/base/config/
Dpreloaded-classes6501 android.util.ExceptionUtils
Dhiddenapi-greylist-max-o.txt71712 Landroid/util/ExceptionUtils;-><init>()V
71713 Landroid/util/ExceptionUtils;->appendCause(Ljava/lang/Throwable;Ljava/lang/Throwable;)Ljava/lang/Th…
71714 Landroid/util/ExceptionUtils;->getCompleteMessage(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lan…
71715 Landroid/util/ExceptionUtils;->getCompleteMessage(Ljava/lang/Throwable;)Ljava/lang/String;
71716 Landroid/util/ExceptionUtils;->getRootCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
71717 Landroid/util/ExceptionUtils;->maybeUnwrapIOException(Ljava/lang/RuntimeException;)V
71718 Landroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
71719 Landroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;Ljava/lang/Class;)Ljava/lang/RuntimeE…
71720 Landroid/util/ExceptionUtils;->propagateIfInstanceOf(Ljava/lang/Throwable;Ljava/lang/Class;)V
71721 Landroid/util/ExceptionUtils;->wrap(Ljava/io/IOException;)Ljava/lang/RuntimeException;
Dboot-image-profile.txt20262 HSPLandroid/util/ExceptionUtils;->appendCause(Ljava/lang/Throwable;Ljava/lang/Throwable;)Ljava/lang…
20263 HSPLandroid/util/ExceptionUtils;->getRootCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
46806 Landroid/util/ExceptionUtils;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt57625 public final deprecated class ExceptionUtils {