Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDb.java336 invalidateKeysForUser(userId); in setPlatformKeyGenerationId()
446 public void invalidateKeysForUser(int userId) { in invalidateKeysForUser() method in RecoverableKeyStoreDb
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDbTest.java525 mRecoverableKeyStoreDb.invalidateKeysForUser(userId); in testInvalidateKeysForUser_withSingleKey()