Home
last modified time | relevance | path

Searched refs:setLockCredentialWithToken (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DSyntheticPasswordTests.java346 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 DWeakEscrowTokenTests.java113 assertTrue(mLocalService.setLockCredentialWithToken( in testWeakTokensRemovedIfCredentialChanged()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsInternal.java126 public abstract boolean setLockCredentialWithToken(LockscreenCredential credential, in setLockCredentialWithToken() method in LockSettingsInternal
H A DLockPatternUtils.java1578 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 DLockSettingsService.java3087 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 DDevicePolicyManagerTest.java5410 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 DDevicePolicyManagerService.java5781 if (!mLockPatternUtils.setLockCredentialWithToken(newCredential, tokenHandle,