Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/hardware/camera2/impl/
DICameraDeviceUserWrapper.java27 import android.hardware.camera2.utils.ExceptionUtils;
72 throw ExceptionUtils.throwAsPublicException(e); in submitRequest()
74 throw ExceptionUtils.throwAsPublicException(e); in submitRequest()
83 throw ExceptionUtils.throwAsPublicException(e); in submitRequestList()
85 throw ExceptionUtils.throwAsPublicException(e); in submitRequestList()
93 throw ExceptionUtils.throwAsPublicException(e); in cancelRequest()
95 throw ExceptionUtils.throwAsPublicException(e); in cancelRequest()
103 throw ExceptionUtils.throwAsPublicException(e); in beginConfigure()
105 throw ExceptionUtils.throwAsPublicException(e); in beginConfigure()
115 throw ExceptionUtils.throwAsPublicException(e); in endConfigure()
[all …]
DCameraDeviceSetupImpl.java30 import android.hardware.camera2.utils.ExceptionUtils;
85 throw ExceptionUtils.throwAsPublicException(e); in createCaptureRequest()
87 throw ExceptionUtils.throwAsPublicException(e); in createCaptureRequest()
112 throw ExceptionUtils.throwAsPublicException(e); in isSessionConfigurationSupported()
114 throw ExceptionUtils.throwAsPublicException(e); in isSessionConfigurationSupported()
152 default -> throw ExceptionUtils.throwAsPublicException(e); in getSessionCharacteristics()
155 throw ExceptionUtils.throwAsPublicException(e); in getSessionCharacteristics()
/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;
311 throw ExceptionUtils.propagate(e); in find()
442 throw ExceptionUtils.propagate(e); in forEach()
/frameworks/base/services/core/java/com/android/server/pm/
DPrepareFailure.java20 import android.util.ExceptionUtils;
47 ExceptionUtils.getCompleteMessage(message, e)); in PrepareFailure()
DPackageInstallerSession.java163 import android.util.ExceptionUtils;
1754 throw ExceptionUtils.wrap(e); in removeSplit()
1831 throw ExceptionUtils.wrap(e); in getAppMetadataFd()
1870 throw ExceptionUtils.wrap(e); in openWriteAppMetadata()
1880 throw ExceptionUtils.wrap(e); in openWrite()
1891 throw ExceptionUtils.wrap(e); in write()
1923 throw ExceptionUtils.wrap(e); in stageViaHardLink()
2056 throw ExceptionUtils.wrap(e); in openRead()
2270 String msg = ExceptionUtils.getCompleteMessage(e); in handleStreamValidateAndCommit()
2313 throw ExceptionUtils.wrap(e); in writeData()
[all …]
DInstallRequest.java50 import android.util.ExceptionUtils;
763 setReturnMessage(ExceptionUtils.getCompleteMessage(msg, e)); in setError()
DPackageInstallerService.java102 import android.util.ExceptionUtils;
659 throw ExceptionUtils.wrap(e);
1173 throw ExceptionUtils.wrap(e);
1755 throw ExceptionUtils.wrap(e);
/frameworks/base/core/java/android/hardware/camera2/utils/
DExceptionUtils.java28 public class ExceptionUtils { class
109 private ExceptionUtils() {} in ExceptionUtils() method in ExceptionUtils
/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;
223 ExceptionUtils.maybeUnwrapIOException(e); in writeData()
/frameworks/base/services/core/java/com/android/server/security/
DAttestationVerificationManagerService.java37 import android.util.ExceptionUtils;
83 throw ExceptionUtils.propagate(t, RemoteException.class);
/frameworks/base/core/java/android/companion/
DCompanionDeviceManager.java59 import android.util.ExceptionUtils;
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()
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreSession.java56 import android.util.ExceptionUtils;
239 throw ExceptionUtils.wrap(e); in openWrite()
282 throw ExceptionUtils.wrap(e); in openRead()
302 throw ExceptionUtils.wrap(e); in openRead()
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java55 import android.hardware.camera2.utils.ExceptionUtils;
678 throw ExceptionUtils.throwAsPublicException(sse); in getPhysicalCameraMultiResolutionConfigs()
762 throw ExceptionUtils.throwAsPublicException(e); in getCameraCharacteristics()
1028 throw ExceptionUtils.throwAsPublicException(e); in openCameraDeviceUserAsync()
1032 throw ExceptionUtils.throwAsPublicException(e); in openCameraDeviceUserAsync()
1040 throw ExceptionUtils.throwAsPublicException(sse); in openCameraDeviceUserAsync()
1986 throw ExceptionUtils.throwAsPublicException(e); in injectCamera()
1992 throw ExceptionUtils.throwAsPublicException(sse); in injectCamera()
2276 throw ExceptionUtils.throwAsPublicException(e); in injectSessionParams()
2544 throw ExceptionUtils.throwAsPublicException(e); in isConcurrentSessionConfigurationSupported()
[all …]
/frameworks/base/core/java/android/util/
DExceptionUtils.java32 public class ExceptionUtils { class
DAtomicFile.java327 throw ExceptionUtils.propagate(t); in write()
/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java86 import android.util.ExceptionUtils;
811 ExceptionUtils.maybeUnwrapIOException(e); in createSession()
835 ExceptionUtils.maybeUnwrapIOException(e); in openSession()
1608 ExceptionUtils.maybeUnwrapIOException(e); in openWrite()
1621 ExceptionUtils.maybeUnwrapIOException(e); in write()
1646 ExceptionUtils.maybeUnwrapIOException(e); in stageViaHardLink()
1690 ExceptionUtils.maybeUnwrapIOException(e); in getNames()
1713 ExceptionUtils.maybeUnwrapIOException(e); in openRead()
1734 ExceptionUtils.maybeUnwrapIOException(e); in removeSplit()
1856 ExceptionUtils.maybeUnwrapIOException(e); in setChecksums()
[all …]
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DFastDataTest.java25 import android.util.ExceptionUtils;
486 throw ExceptionUtils.propagate(ex); in accept()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmMockContext.java38 import android.util.ExceptionUtils;
128 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
/frameworks/base/core/java/android/os/
DBinder.java24 import android.util.ExceptionUtils;
556 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
581 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
/frameworks/base/core/java/android/view/inputmethod/
DIInputMethodManagerGlobalInvoker.java32 import android.util.ExceptionUtils;
817 throw ExceptionUtils.propagate(e); in finishTrackingPendingImeVisibilityRequests()
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceManagerService.java61 import android.util.ExceptionUtils;
681 throw ExceptionUtils.propagate(e, RemoteException.class); in onTransact()
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java90 import android.util.ExceptionUtils;
307 throw ExceptionUtils.propagate(e, RemoteException.class); in onTransact()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccPortTest.java45 import android.util.ExceptionUtils;
150 fail("Unexpected exception: " + ExceptionUtils.getCompleteMessage(e) + "\n-----\n" in assertUnexpectedException()

12