Searched refs:ERROR_SERVICE_INTERNAL_ERROR (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/ |
D | ApplicationKeyStorage.java | 20 import static android.security.keystore.recovery.RecoveryController.ERROR_SERVICE_INTERNAL_ERROR; 95 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in setSymmetricKeyEntry() 104 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in deleteEntry() 145 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in makeKeystoreEngineGrantString()
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
D | RecoverableKeyStoreManager.java | 26 import static android.security.keystore.recovery.RecoveryController.ERROR_SERVICE_INTERNAL_ERROR; 150 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in getInstance() 209 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in RecoverableKeyStoreManager() 243 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, in initRecoveryService() 297 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, in initRecoveryService() 312 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, in initRecoveryService() 410 ERROR_SERVICE_INTERNAL_ERROR, "Database failure trying to set server params."); in setServerParams() 435 ERROR_SERVICE_INTERNAL_ERROR, in setRecoveryStatus() 474 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, in setRecoverySecretTypes() 565 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in startRecoverySession() [all …]
|
/frameworks/base/core/java/android/security/keystore/recovery/ |
D | RecoveryController.java | 202 public static final int ERROR_SERVICE_INTERNAL_ERROR = 22; field in RecoveryController 779 if (e.errorCode == ERROR_SERVICE_INTERNAL_ERROR) { in wrapUnexpectedServiceSpecificException()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 47670 Landroid/security/keystore/recovery/RecoveryController;->ERROR_SERVICE_INTERNAL_ERROR:I
|