Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/core/java/com/android/internal/util/
H A 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);
H A DCollectionUtils.java25 import android.util.ExceptionUtils;
302 throw ExceptionUtils.propagate(e); in find()
433 throw ExceptionUtils.propagate(e); in forEach()
/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
H A DTestPermissionUtil.kt22 import com.android.testutils.ExceptionUtils.ThrowingRunnable
23 import com.android.testutils.ExceptionUtils.ThrowingSupplier
/aosp12/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DTestHandler.java19 import static android.util.ExceptionUtils.appendCause;
20 import static android.util.ExceptionUtils.propagate;
/aosp12/frameworks/base/core/java/android/service/dataloader/
H A DDataLoaderService.java34 import android.util.ExceptionUtils;
223 ExceptionUtils.maybeUnwrapIOException(e); in writeData()
/aosp12/frameworks/base/core/java/android/companion/
H A DCompanionDeviceManager.java39 import android.util.ExceptionUtils;
405 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in startObservingDevicePresence()
438 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in stopObservingDevicePresence()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java58 import android.util.ExceptionUtils;
448 ExceptionUtils.maybeUnwrapIOException(e); in createSession()
472 ExceptionUtils.maybeUnwrapIOException(e); in openSession()
1034 ExceptionUtils.maybeUnwrapIOException(e); in openWrite()
1047 ExceptionUtils.maybeUnwrapIOException(e); in write()
1072 ExceptionUtils.maybeUnwrapIOException(e); in stageViaHardLink()
1117 ExceptionUtils.maybeUnwrapIOException(e); in getNames()
1140 ExceptionUtils.maybeUnwrapIOException(e); in openRead()
1161 ExceptionUtils.maybeUnwrapIOException(e); in removeSplit()
1283 ExceptionUtils.maybeUnwrapIOException(e); in setChecksums()
/aosp12/frameworks/libs/net/common/testutils/hostdevice/com/android/testutils/
H A DExceptionUtils.java24 public class ExceptionUtils { class
H A DMiscAsserts.kt21 import com.android.testutils.ExceptionUtils.ThrowingRunnable
/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A 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()
H A DBlobStoreManagerService.java86 import android.util.ExceptionUtils;
1499 throw ExceptionUtils.wrap(e); in openBlob()
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/
H A DNetworkStackServiceTest.kt46 import com.android.testutils.ExceptionUtils
210 assertThrows(SecurityException::class.java, ExceptionUtils.ThrowingRunnable {
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DNetIdManagerTest.kt24 import com.android.testutils.ExceptionUtils.ThrowingRunnable
/aosp12/frameworks/base/core/java/android/util/
H A DExceptionUtils.java32 public class ExceptionUtils { class
H A DAtomicFile.java327 throw ExceptionUtils.propagate(t); in write()
/aosp12/frameworks/base/core/java/android/os/
H A DBinder.java24 import android.util.ExceptionUtils;
396 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
421 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
H A DParcel.java27 import android.util.ExceptionUtils;
2397 ExceptionUtils.appendCause(e, cause); in readException()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFastDataTest.java24 import android.util.ExceptionUtils;
403 throw ExceptionUtils.propagate(ex); in accept()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java38 import android.util.ExceptionUtils;
127 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DRescueParty.java44 import android.util.ExceptionUtils;
468 final String msg = ExceptionUtils.getCompleteMessage(t); in logRescueException()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java130 import android.util.ExceptionUtils;
1406 throw ExceptionUtils.wrap(e); in removeSplit()
1461 throw ExceptionUtils.wrap(e); in openWrite()
1472 throw ExceptionUtils.wrap(e); in write()
1497 throw ExceptionUtils.wrap(e); in stageViaHardLink()
1626 throw ExceptionUtils.wrap(e); in openRead()
1820 throw ExceptionUtils.wrap(e); in writeData()
2083 onSessionValidationFailure(e.error, ExceptionUtils.getCompleteMessage(e)); in onSessionValidationFailure()
2296 final String completeMsg = ExceptionUtils.getCompleteMessage(e); in verify()
2357 final String completeMsg = ExceptionUtils.getCompleteMessage(e); in install()
[all …]
H A DPackageInstallerService.java71 import android.util.ExceptionUtils;
564 throw ExceptionUtils.wrap(e); in createSession()
907 throw ExceptionUtils.wrap(e); in openSession()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
H A DEuiccCardTest.java44 import android.util.ExceptionUtils;
145 fail("Unexpected exception: " + ExceptionUtils.getCompleteMessage(e) + "\n-----\n" in assertUnexpectedException()
/aosp12/frameworks/base/services/companion/java/com/android/server/companion/
H A DCompanionDeviceManagerService.java106 import android.util.ExceptionUtils;
409 throw ExceptionUtils.propagate(e, RemoteException.class); in onTransact()
1023 throw ExceptionUtils.propagate(e);
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...

12