Searched refs:setLockCredentialWithToken (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | SyntheticPasswordTests.java | 346 mLocalService.setLockCredentialWithToken(pattern, handle, token, PRIMARY_USER_ID); in testTokenBasedResetPassword() 374 mLocalService.setLockCredentialWithToken(nonePassword(), handle, token, PRIMARY_USER_ID); in testTokenBasedClearPassword() 376 mLocalService.setLockCredentialWithToken(pattern, handle, token, in testTokenBasedClearPassword() 402 mLocalService.setLockCredentialWithToken(newPassword, handle, token, PRIMARY_USER_ID); in testTokenBasedResetPasswordAfterCredentialChanges() 470 assertTrue(mLocalService.setLockCredentialWithToken( in testActivateMultipleEscrowTokens() 473 assertTrue(mLocalService.setLockCredentialWithToken( in testActivateMultipleEscrowTokens() 476 assertTrue(mLocalService.setLockCredentialWithToken( in testActivateMultipleEscrowTokens() 492 mLocalService.setLockCredentialWithToken(password, handle, token, PRIMARY_USER_ID); in testSetLockCredentialWithTokenFailsWithoutLockScreen() 500 mLocalService.setLockCredentialWithToken(pattern, handle, token, PRIMARY_USER_ID); in testSetLockCredentialWithTokenFailsWithoutLockScreen()
|
H A D | WeakEscrowTokenTests.java | 113 assertTrue(mLocalService.setLockCredentialWithToken( in testWeakTokensRemovedIfCredentialChanged()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockSettingsInternal.java | 126 public abstract boolean setLockCredentialWithToken(LockscreenCredential credential, in setLockCredentialWithToken() method in LockSettingsInternal
|
H A D | LockPatternUtils.java | 1578 public boolean setLockCredentialWithToken(@NonNull LockscreenCredential credential, in setLockCredentialWithToken() method in LockPatternUtils 1587 return localService.setLockCredentialWithToken(credential, tokenHandle, token, userHandle); in setLockCredentialWithToken()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsService.java | 3087 private boolean setLockCredentialWithToken(LockscreenCredential credential, long tokenHandle, 3478 public boolean setLockCredentialWithToken(LockscreenCredential credential, long tokenHandle, 3485 if (!LockSettingsService.this.setLockCredentialWithToken(
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerTest.java | 5410 when(getServices().lockPatternUtils.setLockCredentialWithToken( in testResetPasswordWithToken() 5436 when(getServices().lockPatternUtils.setLockCredentialWithToken( in resetPasswordWithToken_NumericPin() 5457 when(getServices().lockPatternUtils.setLockCredentialWithToken( in resetPasswordWithToken_EmptyPassword()
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 5781 if (!mLockPatternUtils.setLockCredentialWithToken(newCredential, tokenHandle,
|