Home
last modified time | relevance | path

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

/system/security/identity/binder/android/security/identity/
DICredential.aidl35 const int STATUS_READER_AUTHENTICATION_FAILED = 5; field
/system/security/identity/
DCredential.cpp425 } else if (code == IIdentityCredentialStore::STATUS_READER_AUTHENTICATION_FAILED) { in getEntries()
426 resultEntryParcel.status = STATUS_READER_AUTHENTICATION_FAILED; in getEntries()