Home
last modified time | relevance | path

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

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