Searched refs:setLockCredential (Results 1 – 7 of 7) sorted by relevance
106 mService.setLockCredential("newpwd".getBytes(), CREDENTIAL_TYPE_PASSWORD, in testChangePasswordFailPrimaryUser()119 mService.setLockCredential(null, CREDENTIAL_TYPE_NONE, PASSWORD.getBytes(), in testClearPasswordPrimaryUser()130 mService.setLockCredential(firstUnifiedPassword.getBytes(), in testManagedProfileUnifiedChallenge()166 mService.setLockCredential(secondUnifiedPassword.getBytes(), in testManagedProfileUnifiedChallenge()174 mService.setLockCredential(null, LockPatternUtils.CREDENTIAL_TYPE_NONE, in testManagedProfileUnifiedChallenge()186 mService.setLockCredential(primaryPassword.getBytes(), in testManagedProfileSeparateChallenge()194 mService.setLockCredential(profilePassword.getBytes(), in testManagedProfileSeparateChallenge()222 mService.setLockCredential("pwd".getBytes(), LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, in testManagedProfileSeparateChallenge()235 mService.setLockCredential( in testSetLockCredential_forPrimaryUser_sendsCredentials()252 mService.setLockCredential( in testSetLockCredential_forProfileWithSeparateChallenge_sendsCredentials()[all …]
112 mService.setLockCredential(password, type, null, quality, userId, false); in initializeCredentialUnderSP()122 mService.setLockCredential(newPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, password, in testSyntheticPasswordChangeCredential()153 mService.setLockCredential(null, LockPatternUtils.CREDENTIAL_TYPE_NONE, password, in testSyntheticPasswordClearCredential()158 mService.setLockCredential(badPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testSyntheticPasswordClearCredential()174 mService.setLockCredential(badPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, password, in testSyntheticPasswordChangeCredentialKeepsAuthSecret()238 mService.setLockCredential(null, LockPatternUtils.CREDENTIAL_TYPE_NONE, password, in testSyntheticPasswordButNoCredentialPassesAuthSecret()323 mService.setLockCredential(pattern, LockPatternUtils.CREDENTIAL_TYPE_PATTERN, password, in testTokenBasedResetPasswordAfterCredentialChanges()365 mService.setLockCredential(password, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testEscrowTokenActivatedLaterWithUserPasswordNeedsMigration()415 mService.setLockCredential(password, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testgetHashFactorPrimaryUser()420 mService.setLockCredential(null, LockPatternUtils.CREDENTIAL_TYPE_NONE, in testgetHashFactorPrimaryUser()[all …]
74 mService.setLockCredential(null, LockPatternUtils.CREDENTIAL_TYPE_NONE, null, in testSyntheticPasswordClearCredentialUntrusted()79 mService.setLockCredential(newPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testSyntheticPasswordClearCredentialUntrusted()95 mService.setLockCredential(newPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testSyntheticPasswordChangeCredentialUntrusted()114 mService.setLockCredential(newPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testUntrustedCredentialChangeMaintainsAuthSecret()144 () -> mService.setLockCredential(newPassword, in testUntrustedCredentialChangeBlockedIfSpNotCached()
45 …void setLockCredential(in byte[] credential, int type, in byte[] savedCredential, int requestedQua… in setLockCredential() method
696 getLockSettings().setLockCredential(null, CREDENTIAL_TYPE_NONE, in clearLock()786 getLockSettings().setLockCredential(bytePattern, CREDENTIAL_TYPE_PATTERN, savedPattern, in saveLockPattern()982 getLockSettings().setLockCredential(password, CREDENTIAL_TYPE_PASSWORD, savedPassword, in saveLockPassword()
1464 public void setLockCredential(byte[] credential, int type, in setLockCredential() method in LockSettingsService
100933 Lcom/android/internal/widget/ILockSettings$Stub$Proxy;->setLockCredential(Ljava/lang/String;ILjava/…101005 Lcom/android/internal/widget/ILockSettings;->setLockCredential(Ljava/lang/String;ILjava/lang/String…