Home
last modified time | relevance | path

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

/system/security/identity/binder/android/security/identity/
DICredential.aidl36 const int STATUS_USER_AUTHENTICATION_FAILED = 4; field
/system/security/identity/
DCredential.cpp460 if (code == IIdentityCredentialStore::STATUS_USER_AUTHENTICATION_FAILED) { in getEntries()
461 resultEntryParcel.status = STATUS_USER_AUTHENTICATION_FAILED; in getEntries()