Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DKeyStoreException.java268 if (errorCode == ResponseCode.OUT_OF_KEYS) { in initializeRkpStatusForRegularErrors()
304 if (mErrorCode != ResponseCode.OUT_OF_KEYS) { in KeyStoreException()
341 if (mRkpStatus != RKP_SUCCESS && mErrorCode == ResponseCode.OUT_OF_KEYS) { in isTransientFailure()
677 sErrorCodeToFailureInfo.put(ResponseCode.OUT_OF_KEYS, in sErrorCodeToFailureInfo.put() argument
DKeyStore2.java395 case ResponseCode.OUT_OF_KEYS: in getKeyStoreException()
/frameworks/proto_logging/stats/
Datoms.proto18040 OUT_OF_KEYS = 1; enumerator
22690 OUT_OF_KEYS = 3; // The system is out of keys enumerator