Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DMockSyntheticPasswordManager.java91 protected void destroyProtectorKey(String keyAlias) { in destroyProtectorKey() method in MockSyntheticPasswordManager
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordCrypto.java242 public static void destroyProtectorKey(String keyAlias) { in destroyProtectorKey() method in SyntheticPasswordCrypto
DSyntheticPasswordManager.java754 destroyProtectorKey(getProtectorKeyAlias(protectorId)); in removeUser()
1771 destroyProtectorKey(getProtectorKeyAlias(protectorId)); in destroyProtectorCommon()
1905 protected void destroyProtectorKey(String keyAlias) { in destroyProtectorKey() method in SyntheticPasswordManager
1906 SyntheticPasswordCrypto.destroyProtectorKey(keyAlias); in destroyProtectorKey()