Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/
H A DKeyStoreException.java326 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in getNumericErrorCode() local
327 return failureInfo.errorCode; in getNumericErrorCode()
339 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in isTransientFailure() local
352 return (failureInfo.indicators & IS_TRANSIENT_ERROR) != 0; in isTransientFailure()
362 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in requiresUserAuthentication() local
363 return (failureInfo.indicators & REQUIRES_USER_AUTHENTICATION) != 0; in requiresUserAuthentication()
375 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in isSystemError() local
376 return (failureInfo.indicators & IS_SYSTEM_ERROR) != 0; in isSystemError()
385 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in getRetryPolicy() local
398 return (failureInfo.indicators & IS_TRANSIENT_ERROR) != 0 in getRetryPolicy()
[all …]