Home
last modified time | relevance | path

Searched defs:internalErrorCode (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DReconcileFailure.java22 public static ReconcileFailure ofInternalError(String message, int internalErrorCode) { in ofInternalError()
26 private ReconcileFailure(String message, int internalErrorCode) { in ReconcileFailure()
H A DPrepareFailure.java35 public static PrepareFailure ofInternalError(String detailMessage, int internalErrorCode) { in ofInternalError()
40 private PrepareFailure(int error, String message, int internalErrorCode) { in PrepareFailure()
H A DPackageManagerException.java110 public final int internalErrorCode; field in PackageManagerException
124 @InternalErrorCode int internalErrorCode) { in ofInternalError()
129 protected PackageManagerException(int error, String detailMessage, int internalErrorCode) { in PackageManagerException()
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DRemoteCredentialService.java85 void onProviderResponseFailure(int internalErrorCode, @Nullable Exception e); in onProviderResponseFailure()
H A DProviderRegistryGetSession.java249 public void onProviderResponseFailure(int internalErrorCode, @Nullable Exception e) { in onProviderResponseFailure()
/aosp14/frameworks/base/keystore/java/android/security/
H A DKeyStoreException.java420 private static PublicErrorInformation getErrorInformation(int internalErrorCode) { in getErrorInformation()
475 public static boolean hasFailureInfoForError(int internalErrorCode) { in hasFailureInfoForError()