Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java254 mLocalService.setLockCredentialWithToken(pattern, handle, token, PRIMARY_USER_ID); in testTokenBasedResetPassword()
282 mLocalService.setLockCredentialWithToken(nonePassword(), handle, token, PRIMARY_USER_ID); in testTokenBasedClearPassword()
284 mLocalService.setLockCredentialWithToken(pattern, handle, token, in testTokenBasedClearPassword()
310 mLocalService.setLockCredentialWithToken(newPassword, handle, token, PRIMARY_USER_ID); in testTokenBasedResetPasswordAfterCredentialChanges()
398 assertTrue(mLocalService.setLockCredentialWithToken( in testActivateMultipleEscrowTokens()
401 assertTrue(mLocalService.setLockCredentialWithToken( in testActivateMultipleEscrowTokens()
404 assertTrue(mLocalService.setLockCredentialWithToken( in testActivateMultipleEscrowTokens()
420 mLocalService.setLockCredentialWithToken(password, handle, token, PRIMARY_USER_ID); in testSetLockCredentialWithTokenFailsWithoutLockScreen()
428 mLocalService.setLockCredentialWithToken(pattern, handle, token, PRIMARY_USER_ID); in testSetLockCredentialWithTokenFailsWithoutLockScreen()
DWeakEscrowTokenTests.java107 assertTrue(mLocalService.setLockCredentialWithToken( in testWeakTokensRemovedIfCredentialChanged()
/frameworks/base/core/java/com/android/internal/widget/
DLockSettingsInternal.java88 public abstract boolean setLockCredentialWithToken(LockscreenCredential credential, in setLockCredentialWithToken() method in LockSettingsInternal
DLockPatternUtils.java1496 public boolean setLockCredentialWithToken(@NonNull LockscreenCredential credential, in setLockCredentialWithToken() method in LockPatternUtils
1505 return localService.setLockCredentialWithToken(credential, tokenHandle, token, userHandle); in setLockCredentialWithToken()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java3316 private boolean setLockCredentialWithToken(LockscreenCredential credential, long tokenHandle,
3664 public boolean setLockCredentialWithToken(LockscreenCredential credential, long tokenHandle,
3671 if (!LockSettingsService.this.setLockCredentialWithToken(
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java5392 when(getServices().lockPatternUtils.setLockCredentialWithToken( in testResetPasswordWithToken()
5417 when(getServices().lockPatternUtils.setLockCredentialWithToken( in resetPasswordWithToken_NumericPin()
5437 when(getServices().lockPatternUtils.setLockCredentialWithToken( in resetPasswordWithToken_EmptyPassword()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5090 if (!mLockPatternUtils.setLockCredentialWithToken(newCredential, tokenHandle,