Home
last modified time | relevance | path

Searched refs: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
376 return (failureInfo.indicators & IS_SYSTEM_ERROR) != 0; in isSystemError()
455 new PublicErrorInformation(IS_SYSTEM_ERROR, ERROR_UNIMPLEMENTED);
458 new PublicErrorInformation(IS_SYSTEM_ERROR | IS_TRANSIENT_ERROR,
538 new PublicErrorInformation(IS_SYSTEM_ERROR | IS_TRANSIENT_ERROR, in sErrorCodeToFailureInfo.put()
607 new PublicErrorInformation(IS_SYSTEM_ERROR, ERROR_KEYMINT_FAILURE)); in sErrorCodeToFailureInfo.put() argument
611 new PublicErrorInformation(IS_SYSTEM_ERROR, in sErrorCodeToFailureInfo.put() argument
624 new PublicErrorInformation(IS_SYSTEM_ERROR | REQUIRES_USER_AUTHENTICATION, in sErrorCodeToFailureInfo.put()
656 new PublicErrorInformation(IS_SYSTEM_ERROR, in sErrorCodeToFailureInfo.put() argument
665 new PublicErrorInformation(IS_SYSTEM_ERROR, ERROR_KEYSTORE_UNINITIALIZED)); in sErrorCodeToFailureInfo.put() argument
[all …]