Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DKeyStoreException.java252 private static final int IS_SYSTEM_ERROR = 1 << 1; field in KeyStoreException
607 new PublicErrorInformation(IS_SYSTEM_ERROR, ERROR_KEYMINT_FAILURE)); in sErrorCodeToFailureInfo.put()
611 new PublicErrorInformation(IS_SYSTEM_ERROR, in sErrorCodeToFailureInfo.put()
636 new PublicErrorInformation(IS_SYSTEM_ERROR, in sErrorCodeToFailureInfo.put()
645 new PublicErrorInformation(IS_SYSTEM_ERROR, ERROR_KEYSTORE_UNINITIALIZED)); in sErrorCodeToFailureInfo.put()
647 new PublicErrorInformation(IS_SYSTEM_ERROR, in sErrorCodeToFailureInfo.put()
658 new PublicErrorInformation(IS_SYSTEM_ERROR, ERROR_ATTESTATION_KEYS_UNAVAILABLE)); in sErrorCodeToFailureInfo.put()
669 new PublicErrorInformation(IS_SYSTEM_ERROR, ERROR_ATTESTATION_KEYS_UNAVAILABLE)); in sErrorCodeToFailureInfo.put()