Home
last modified time | relevance | path

Searched defs:getAuthenticationDataUsageCount (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/identity/java/android/security/identity/
H A DIdentityCredential.java388 public @NonNull abstract int[] getAuthenticationDataUsageCount(); in getAuthenticationDataUsageCount() method in IdentityCredential
H A DCredstoreIdentityCredential.java450 public @NonNull int[] getAuthenticationDataUsageCount() { in getAuthenticationDataUsageCount() method in CredstoreIdentityCredential
/aosp12/system/security/identity/binder/android/security/identity/
H A DICredential.aidl72 int[] getAuthenticationDataUsageCount(); in getAuthenticationDataUsageCount() method
/aosp12/system/security/identity/
H A DCredential.cpp704 Status Credential::getAuthenticationDataUsageCount(vector<int32_t>* _aidl_return) { in getAuthenticationDataUsageCount() function in android::security::identity::Credential