Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTestable.java204 void initKeystoreSuperKeys(int userId, SyntheticPassword sp, boolean allowExisting) { in initKeystoreSuperKeys() method in LockSettingsServiceTestable
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1217 initKeystoreSuperKeys(userId, sp, /* allowExisting= */ true); in migrateUserToSpWithBoundKeysLocked()
1504 void initKeystoreSuperKeys(@UserIdInt int userId, SyntheticPassword sp, boolean allowExisting) { in initKeystoreSuperKeys() method in LockSettingsService
2977 initKeystoreSuperKeys(userId, sp, /* allowExisting= */ false); in initializeSyntheticPassword()