Home
last modified time | relevance | path

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

/system/security/identity/binder/android/security/identity/
DICredential.aidl38 const int STATUS_NO_ACCESS_CONTROL_PROFILES = 6; field
/system/security/identity/
DCredential.cpp472 } else if (code == IIdentityCredentialStore::STATUS_NO_ACCESS_CONTROL_PROFILES) { in getEntries()
473 resultEntryParcel.status = STATUS_NO_ACCESS_CONTROL_PROFILES; in getEntries()