Searched refs:ERROR_SERVICE_INTERNAL_ERROR (Results 1 – 4 of 4) sorted by relevance
/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; 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/ |
D | ApplicationKeyStorage.java | 19 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/ |
D | RecoveryController.java | 200 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/ |
D | hiddenapi-greylist-max-o.txt | 66601 Landroid/security/keystore/recovery/RecoveryController;->ERROR_SERVICE_INTERNAL_ERROR:I
|