Home
last modified time | relevance | path

Searched refs:ERROR_SERVICE_INTERNAL_ERROR (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java26 import static android.security.keystore.recovery.RecoveryController.ERROR_SERVICE_INTERNAL_ERROR;
124 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in getInstance()
177 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in RecoverableKeyStoreManager()
210 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, in initRecoveryService()
263 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, in initRecoveryService()
278 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, in initRecoveryService()
375 ERROR_SERVICE_INTERNAL_ERROR, "Database failure trying to set server params."); in setServerParams()
400 ERROR_SERVICE_INTERNAL_ERROR, in setRecoveryStatus()
439 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, in setRecoverySecretTypes()
530 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in startRecoverySession()
[all …]
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DApplicationKeyStorage.java19 import static android.security.keystore.recovery.RecoveryController.ERROR_SERVICE_INTERNAL_ERROR;
93 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in setSymmetricKeyEntry()
102 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in deleteEntry()
/frameworks/base/core/java/android/security/keystore/recovery/
DRecoveryController.java200 public static final int ERROR_SERVICE_INTERNAL_ERROR = 22; field in RecoveryController
753 if (e.errorCode == ERROR_SERVICE_INTERNAL_ERROR) { in wrapUnexpectedServiceSpecificException()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt66601 Landroid/security/keystore/recovery/RecoveryController;->ERROR_SERVICE_INTERNAL_ERROR:I