Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DKeyStoreException.java326 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in getNumericErrorCode()
339 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in isTransientFailure()
362 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in requiresUserAuthentication()
375 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in isSystemError()
385 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in getRetryPolicy()
420 private static PublicErrorInformation getErrorInformation(int internalErrorCode) { in getErrorInformation() method in KeyStoreException