Searched refs:getLockSettings (Results 1 – 5 of 5) sorted by relevance
249 return getLockSettings().getBoolean(IS_TRUST_USUALLY_MANAGED, false, userId); in isTrustUsuallyManaged()257 getLockSettings().setBoolean(IS_TRUST_USUALLY_MANAGED, managed, userId); in setTrustUsuallyManaged()265 getLockSettings().userPresent(userId); in userPresent()351 public ILockSettings getLockSettings() { in getLockSettings() method in LockPatternUtils465 final VerifyCredentialResponse response = getLockSettings().verifyCredential( in verifyCredential()487 final VerifyCredentialResponse response = getLockSettings() in verifyGatekeeperPasswordHandle()501 getLockSettings().removeGatekeeperPasswordHandle(gatekeeperPasswordHandle); in removeGatekeeperPasswordHandle()523 VerifyCredentialResponse response = getLockSettings().checkCredential( in checkCredential()557 final VerifyCredentialResponse response = getLockSettings() in verifyTiedProfileChallenge()577 return getLockSettings().getHashFactor(currentPassword, userId); in getPasswordHistoryHashFactor()[all …]
244 byte[] lockSettingsData = getLockSettings(UserHandle.myUserId()); in onBackup()738 private byte[] getLockSettings(@UserIdInt int userId) { in getLockSettings() method in SettingsBackupAgent
320 when(mLockPatternUtils.getLockSettings()).thenReturn(mLockSettings); in setup()
22271 HSPLcom/android/internal/widget/LockPatternUtils;->getLockSettings()Lcom/android/internal/widget/IL…
22335 HSPLcom/android/internal/widget/LockPatternUtils;->getLockSettings()Lcom/android/internal/widget/IL…