Home
last modified time | relevance | path

Searched refs:detailMessage (Results 1 – 24 of 24) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCasException.java25 private MediaCasException(String detailMessage) { in MediaCasException() argument
26 super(detailMessage); in MediaCasException()
51 public UnsupportedCasException(String detailMessage) { in UnsupportedCasException() argument
52 super(detailMessage); in UnsupportedCasException()
62 public NotProvisionedException(String detailMessage) { in NotProvisionedException() argument
63 super(detailMessage); in NotProvisionedException()
73 public DeniedByServerException(String detailMessage) { in DeniedByServerException() argument
74 super(detailMessage); in DeniedByServerException()
84 public ResourceBusyException(String detailMessage) { in ResourceBusyException() argument
85 super(detailMessage); in ResourceBusyException()
[all …]
H A DUnsupportedSchemeException.java24 public UnsupportedSchemeException(String detailMessage) { in UnsupportedSchemeException() argument
25 super(detailMessage); in UnsupportedSchemeException()
H A DMediaDrmResetException.java25 public MediaDrmResetException(String detailMessage) { in MediaDrmResetException() argument
26 super(detailMessage); in MediaDrmResetException()
H A DDeniedByServerException.java24 public DeniedByServerException(String detailMessage) { in DeniedByServerException() argument
25 super(detailMessage); in DeniedByServerException()
H A DNotProvisionedException.java26 public NotProvisionedException(String detailMessage) { in NotProvisionedException() argument
27 super(detailMessage); in NotProvisionedException()
H A DResourceBusyException.java24 public ResourceBusyException(String detailMessage) { in ResourceBusyException() argument
25 super(detailMessage); in ResourceBusyException()
H A DMediaDrmException.java23 public MediaDrmException(String detailMessage) { in MediaDrmException() argument
24 this(detailMessage, 0, 0, 0); in MediaDrmException()
H A DMediaCryptoException.java26 public MediaCryptoException(@Nullable String detailMessage) { in MediaCryptoException() argument
27 this(detailMessage, 0, 0, 0); in MediaCryptoException()
H A DMediaDrm.java675 public MediaDrmStateException(int errorCode, @Nullable String detailMessage) { in MediaDrmStateException() argument
676 this(detailMessage, errorCode, 0, 0, 0); in MediaDrmStateException()
682 public MediaDrmStateException(String detailMessage, int errorCode, in MediaDrmStateException() argument
684 super(detailMessage); in MediaDrmStateException()
759 public SessionException(int errorCode, @Nullable String detailMessage) {
760 this(detailMessage, errorCode, 0, 0, 0);
766 public SessionException(String detailMessage, int errorCode, int vendorError, int oemError,
768 super(detailMessage);
H A DMediaCodec.java2514 CodecException(int errorCode, int actionCode, @Nullable String detailMessage) { in CodecException() argument
2515 super(detailMessage); in CodecException()
2594 public CryptoException(int errorCode, @Nullable String detailMessage) {
2595 this(detailMessage, errorCode, 0, 0, 0, null);
H A DMediaPlayer.java5511 public NoDrmSchemeException(String detailMessage) { in NoDrmSchemeException() argument
5512 super(detailMessage); in NoDrmSchemeException()
5522 public ProvisioningNetworkErrorException(String detailMessage) { in ProvisioningNetworkErrorException() argument
5523 super(detailMessage); in ProvisioningNetworkErrorException()
5533 public ProvisioningServerErrorException(String detailMessage) { in ProvisioningServerErrorException() argument
5534 super(detailMessage); in ProvisioningServerErrorException()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerException.java123 public static PackageManagerException ofInternalError(String detailMessage, in ofInternalError() argument
126 PackageManager.INSTALL_FAILED_INTERNAL_ERROR, detailMessage, internalErrorCode); in ofInternalError()
129 protected PackageManagerException(int error, String detailMessage, int internalErrorCode) { in PackageManagerException() argument
130 super(detailMessage); in PackageManagerException()
135 public PackageManagerException(int error, String detailMessage) { in PackageManagerException() argument
136 super(detailMessage); in PackageManagerException()
141 public PackageManagerException(int error, String detailMessage, Throwable throwable) { in PackageManagerException() argument
142 super(detailMessage, throwable); in PackageManagerException()
H A DPrepareFailure.java31 PrepareFailure(int error, String detailMessage) { in PrepareFailure() argument
32 super(error, detailMessage); in PrepareFailure()
35 public static PrepareFailure ofInternalError(String detailMessage, int internalErrorCode) { in ofInternalError() argument
36 return new PrepareFailure(PackageManager.INSTALL_FAILED_INTERNAL_ERROR, detailMessage, in ofInternalError()
H A DInstaller.java1165 public InstallerException(String detailMessage) { in InstallerException() argument
1166 super(detailMessage); in InstallerException()
H A DPackageInstallerSession.java837 final String detailMessage = (String) msg.obj;
838 onSessionValidationFailure(error, detailMessage);
2271 private void onSessionValidationFailure(int error, String detailMessage) { in onSessionValidationFailure() argument
2275 dispatchSessionFinished(error, detailMessage, null); in onSessionValidationFailure()
4422 private void dispatchSessionValidationFailure(int error, String detailMessage) {
4424 detailMessage).sendToTarget();
/aosp14/frameworks/base/core/java/android/view/
H A DInflateException.java28 public InflateException(String detailMessage, Throwable throwable) { in InflateException() argument
29 super(detailMessage, throwable); in InflateException()
32 public InflateException(String detailMessage) { in InflateException() argument
33 super(detailMessage); in InflateException()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DAppFuseMountException.java26 public AppFuseMountException(String detailMessage) { in AppFuseMountException() argument
27 super(detailMessage); in AppFuseMountException()
30 public AppFuseMountException(String detailMessage, Throwable throwable) { in AppFuseMountException() argument
31 super(detailMessage, throwable); in AppFuseMountException()
/aosp14/frameworks/base/core/java/android/util/
H A DBase64DataException.java27 public Base64DataException(String detailMessage) { in Base64DataException() argument
28 super(detailMessage); in Base64DataException()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyAttestationException.java32 public KeyAttestationException(String detailMessage) { in KeyAttestationException() argument
33 super(detailMessage); in KeyAttestationException()
H A DDeviceIdAttestationException.java35 public DeviceIdAttestationException(@Nullable String detailMessage) { in DeviceIdAttestationException() argument
36 super(detailMessage); in DeviceIdAttestationException()
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObjectNotFoundException.java41 public UiObjectNotFoundException(String detailMessage, Throwable throwable) { in UiObjectNotFoundException() argument
42 super(detailMessage, throwable); in UiObjectNotFoundException()
/aosp14/frameworks/base/keystore/java/android/security/
H A DKeyChainException.java38 public KeyChainException(String detailMessage) { in KeyChainException() argument
39 super(detailMessage); in KeyChainException()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java8699 public PackageParserException(int error, String detailMessage) { in PackageParserException() argument
8700 super(detailMessage); in PackageParserException()
8704 public PackageParserException(int error, String detailMessage, Throwable throwable) { in PackageParserException() argument
8705 super(detailMessage, throwable); in PackageParserException()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...