Home
last modified time | relevance | path

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

/frameworks/base/identity/java/android/security/identity/
DIdentityCredential.java115 public abstract void setAllowUsingExhaustedKeys(boolean allowUsingExhaustedKeys); in setAllowUsingExhaustedKeys() argument
DCredstoreIdentityCredential.java244 public void setAllowUsingExhaustedKeys(boolean allowUsingExhaustedKeys) { in setAllowUsingExhaustedKeys() argument
245 mAllowUsingExhaustedKeys = allowUsingExhaustedKeys; in setAllowUsingExhaustedKeys()