/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | FunctionalUtils.java | 21 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 D | CollectionUtils.java | 25 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 D | TestPermissionUtil.kt | 22 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 D | TestHandler.java | 19 import static android.util.ExceptionUtils.appendCause; 20 import static android.util.ExceptionUtils.propagate;
|
/aosp12/frameworks/base/core/java/android/service/dataloader/ |
H A D | DataLoaderService.java | 34 import android.util.ExceptionUtils; 223 ExceptionUtils.maybeUnwrapIOException(e); in writeData()
|
/aosp12/frameworks/base/core/java/android/companion/ |
H A D | CompanionDeviceManager.java | 39 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 D | PackageInstaller.java | 58 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 D | ExceptionUtils.java | 24 public class ExceptionUtils { class
|
H A D | MiscAsserts.kt | 21 import com.android.testutils.ExceptionUtils.ThrowingRunnable
|
/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
H A D | BlobStoreSession.java | 56 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 D | BlobStoreManagerService.java | 86 import android.util.ExceptionUtils; 1499 throw ExceptionUtils.wrap(e); in openBlob()
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/ |
H A D | NetworkStackServiceTest.kt | 46 import com.android.testutils.ExceptionUtils 210 assertThrows(SecurityException::class.java, ExceptionUtils.ThrowingRunnable {
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
H A D | NetIdManagerTest.kt | 24 import com.android.testutils.ExceptionUtils.ThrowingRunnable
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | ExceptionUtils.java | 32 public class ExceptionUtils { class
|
H A D | AtomicFile.java | 327 throw ExceptionUtils.propagate(t); in write()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | Binder.java | 24 import android.util.ExceptionUtils; 396 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity() 421 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
|
H A D | Parcel.java | 27 import android.util.ExceptionUtils; 2397 ExceptionUtils.appendCause(e, cause); in readException()
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
H A D | FastDataTest.java | 24 import android.util.ExceptionUtils; 403 throw ExceptionUtils.propagate(ex); in accept()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DpmMockContext.java | 38 import android.util.ExceptionUtils; 127 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | RescueParty.java | 44 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 D | PackageInstallerSession.java | 130 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 D | PackageInstallerService.java | 71 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 D | EuiccCardTest.java | 44 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 D | CompanionDeviceManagerService.java | 106 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 D | httpcore-4.4.13.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |