Searched refs:getLockSettings (Results 1 – 5 of 5) sorted by relevance
191 return getLockSettings().getBoolean(IS_TRUST_USUALLY_MANAGED, false, userId); in isTrustUsuallyManaged()199 getLockSettings().setBoolean(IS_TRUST_USUALLY_MANAGED, managed, userId); in setTrustUsuallyManaged()207 getLockSettings().userPresent(userId); in userPresent()266 public ILockSettings getLockSettings() { in getLockSettings() method in LockPatternUtils356 VerifyCredentialResponse response = getLockSettings().verifyCredential(credential, in verifyCredential()374 VerifyCredentialResponse response = getLockSettings().checkCredential(credential, type, in checkCredential()460 getLockSettings().verifyTiedProfileChallenge(password, in verifyTiedProfileChallenge()506 return getLockSettings().checkVoldPassword(userId); in checkVoldPassword()518 return getLockSettings().getHashFactor(currentPassword, userId); in getPasswordHistoryHashFactor()565 return getLockSettings().havePattern(userId); in savedPatternExists()[all …]
68 when(mLockPatternUtils.getLockSettings()).thenReturn(ils); in configureTest()
119 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
42588 HSPLcom/android/internal/widget/LockPatternUtils;->getLockSettings()Lcom/android/internal/widget/IL…