Searched refs:getLockSettings (Results 1 – 5 of 5) sorted by relevance
195 return getLockSettings().getBoolean(IS_TRUST_USUALLY_MANAGED, false, userId); in isTrustUsuallyManaged()203 getLockSettings().setBoolean(IS_TRUST_USUALLY_MANAGED, managed, userId); in setTrustUsuallyManaged()211 getLockSettings().userPresent(userId); in userPresent()275 public ILockSettings getLockSettings() { in getLockSettings() method in LockPatternUtils371 VerifyCredentialResponse response = getLockSettings().verifyCredential(credential, in verifyCredential()389 VerifyCredentialResponse response = getLockSettings().checkCredential(credential, type, in checkCredential()475 getLockSettings().verifyTiedProfileChallenge(password, in verifyTiedProfileChallenge()553 return getLockSettings().checkVoldPassword(userId); in checkVoldPassword()565 return getLockSettings().getHashFactor(currentPassword, userId); in getPasswordHistoryHashFactor()612 return getLockSettings().havePattern(userId); in savedPatternExists()[all …]
70 when(mLockPatternUtils.getLockSettings()).thenReturn(ils); in configureTest()
133 public ILockSettings getLockSettings() { in setUp()
187 byte[] lockSettingsData = getLockSettings(UserHandle.myUserId()); in onBackup()532 private byte[] getLockSettings(@UserIdInt int userId) { in getLockSettings() method in SettingsBackupAgent
24668 HSPLcom/android/internal/widget/LockPatternUtils;->getLockSettings()Lcom/android/internal/widget/IL…