Home
last modified time | relevance | path

Searched refs:internalErrorCode (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerException.java114 public final int internalErrorCode; field in PackageManagerException
128 @InternalErrorCode int internalErrorCode) { in ofInternalError() argument
130 PackageManager.INSTALL_FAILED_INTERNAL_ERROR, detailMessage, internalErrorCode); in ofInternalError()
133 protected PackageManagerException(int error, String detailMessage, int internalErrorCode) { in PackageManagerException() argument
136 this.internalErrorCode = internalErrorCode; in PackageManagerException()
142 this.internalErrorCode = 0; in PackageManagerException()
148 this.internalErrorCode = 0; in PackageManagerException()
154 this.internalErrorCode = 0; in PackageManagerException()
DReconcileFailure.java22 public static ReconcileFailure ofInternalError(String message, int internalErrorCode) { in ofInternalError() argument
23 return new ReconcileFailure(message, internalErrorCode); in ofInternalError()
26 private ReconcileFailure(String message, int internalErrorCode) { in ReconcileFailure() argument
28 internalErrorCode); in ReconcileFailure()
DPrepareFailure.java35 public static PrepareFailure ofInternalError(String detailMessage, int internalErrorCode) { in ofInternalError() argument
37 internalErrorCode); in ofInternalError()
40 private PrepareFailure(int error, String message, int internalErrorCode) { in PrepareFailure() argument
41 super(error, message, internalErrorCode); in PrepareFailure()
DInstallRequest.java761 mInternalErrorCode = e.internalErrorCode; in setError()
/frameworks/base/keystore/java/android/security/
DKeyStoreException.java420 private static PublicErrorInformation getErrorInformation(int internalErrorCode) { in getErrorInformation() argument
421 PublicErrorInformation errorInfo = sErrorCodeToFailureInfo.get(internalErrorCode); in getErrorInformation()
431 if (internalErrorCode > 0) { in getErrorInformation()
475 public static boolean hasFailureInfoForError(int internalErrorCode) { in hasFailureInfoForError() argument
476 return sErrorCodeToFailureInfo.containsKey(internalErrorCode); in hasFailureInfoForError()
/frameworks/base/services/credentials/java/com/android/server/credentials/
DProviderRegistryGetSession.java250 public void onProviderResponseFailure(int internalErrorCode, @Nullable Exception e) { in onProviderResponseFailure() argument
DRemoteCredentialService.java86 void onProviderResponseFailure(int internalErrorCode, @Nullable Exception e); in onProviderResponseFailure() argument