Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/
H A DKeyStoreException.java476 return sErrorCodeToFailureInfo.containsKey(internalErrorCode); in hasFailureInfoForError()
530 sErrorCodeToFailureInfo.put(KeymasterDefs.KM_ERROR_KEY_EXPIRED, in sErrorCodeToFailureInfo.put()
562 sErrorCodeToFailureInfo.put(KeymasterDefs.KM_ERROR_INVALID_TAG, in sErrorCodeToFailureInfo.put()
580 sErrorCodeToFailureInfo.put(KeymasterDefs.KM_ERROR_MISSING_NONCE, in sErrorCodeToFailureInfo.put()
641 sErrorCodeToFailureInfo.put(ResponseCode.LOCKED, in sErrorCodeToFailureInfo.put()
644 sErrorCodeToFailureInfo.put(ResponseCode.UNINITIALIZED, in sErrorCodeToFailureInfo.put()
646 sErrorCodeToFailureInfo.put(ResponseCode.SYSTEM_ERROR, in sErrorCodeToFailureInfo.put()
649 sErrorCodeToFailureInfo.put(ResponseCode.PERMISSION_DENIED, in sErrorCodeToFailureInfo.put()
651 sErrorCodeToFailureInfo.put(ResponseCode.KEY_NOT_FOUND, in sErrorCodeToFailureInfo.put()
653 sErrorCodeToFailureInfo.put(ResponseCode.VALUE_CORRUPTED, in sErrorCodeToFailureInfo.put()
[all …]