Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTests.java523 if (mService.shouldMigrateToSyntheticPasswordLocked(userId)) { in initializeStorageWithCredential()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1552 if (shouldMigrateToSyntheticPasswordLocked(userId)) { in setLockCredentialInternal()
2020 if (shouldMigrateToSyntheticPasswordLocked(userId)) { in verifyCredential()
2546 protected boolean shouldMigrateToSyntheticPasswordLocked(int userId) { in shouldMigrateToSyntheticPasswordLocked() method in LockSettingsService
2832 if (shouldMigrateToSyntheticPasswordLocked(userId)) { in addEscrowToken()