Home
last modified time | relevance | path

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

/aosp12/system/security/identity/binder/android/security/identity/
H A DICredentialStore.aidl32 const int ERROR_ALREADY_PERSONALIZED = 2; field
/aosp12/system/security/identity/
H A DCredentialStore.cpp74 return Status::fromServiceSpecificError(ERROR_ALREADY_PERSONALIZED, in createCredential()
/aosp12/frameworks/base/identity/java/android/security/identity/
H A DCredstoreIdentityCredentialStore.java111 if (e.errorCode == ICredentialStore.ERROR_ALREADY_PERSONALIZED) { in createCredential()