Searched refs:setLockCredential (Results 1 – 6 of 6) sorted by relevance
99 mService.setLockCredential("newpwd".getBytes(), CREDENTIAL_TYPE_PASSWORD, in testChangePasswordFailPrimaryUser()111 mService.setLockCredential(null, CREDENTIAL_TYPE_NONE, PASSWORD.getBytes(), in testClearPasswordPrimaryUser()121 mService.setLockCredential(firstUnifiedPassword.getBytes(), in testManagedProfileUnifiedChallenge()157 mService.setLockCredential(secondUnifiedPassword.getBytes(), in testManagedProfileUnifiedChallenge()165 mService.setLockCredential(null, LockPatternUtils.CREDENTIAL_TYPE_NONE, in testManagedProfileUnifiedChallenge()176 mService.setLockCredential(primaryPassword.getBytes(), in testManagedProfileSeparateChallenge()184 mService.setLockCredential(profilePassword.getBytes(), in testManagedProfileSeparateChallenge()212 mService.setLockCredential("pwd".getBytes(), LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, in testManagedProfileSeparateChallenge()224 mService.setLockCredential( in testSetLockCredential_forPrimaryUser_sendsCredentials()240 mService.setLockCredential( in testSetLockCredential_forProfileWithSeparateChallenge_sendsCredentials()[all …]
68 mService.setLockCredential(null, LockPatternUtils.CREDENTIAL_TYPE_NONE, null, in testSyntheticPasswordClearCredentialUntrusted()73 mService.setLockCredential(newPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testSyntheticPasswordClearCredentialUntrusted()88 mService.setLockCredential(newPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testSyntheticPasswordChangeCredentialUntrusted()106 mService.setLockCredential(newPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testUntrustedCredentialChangeMaintainsAuthSecret()135 () -> mService.setLockCredential(newPassword, in testUntrustedCredentialChangeBlockedIfSpNotCached()
109 mService.setLockCredential(password, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testPasswordMigration()135 mService.setLockCredential(password, type, null, quality, userId, false); in initializeCredentialUnderSP()144 mService.setLockCredential(newPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, password, in testSyntheticPasswordChangeCredential()173 mService.setLockCredential(null, LockPatternUtils.CREDENTIAL_TYPE_NONE, password, in testSyntheticPasswordClearCredential()178 mService.setLockCredential(badPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testSyntheticPasswordClearCredential()193 mService.setLockCredential(badPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, password, in testSyntheticPasswordChangeCredentialKeepsAuthSecret()252 mService.setLockCredential(null, LockPatternUtils.CREDENTIAL_TYPE_NONE, password, in testSyntheticPasswordButNoCredentialPassesAuthSecret()264 mService.setLockCredential(UnifiedPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testManagedProfileUnifiedChallengeMigration()301 mService.setLockCredential(primaryPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testManagedProfileSeparateChallengeMigration()303 mService.setLockCredential(profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testManagedProfileSeparateChallengeMigration()[all …]
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()
1413 public void setLockCredential(byte[] credential, int type, in setLockCredential() method in LockSettingsService