Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java253 mLocalService.setLockCredentialWithToken(pattern, handle, token, PRIMARY_USER_ID); in testTokenBasedResetPassword()
281 mLocalService.setLockCredentialWithToken(nonePassword(), handle, token, PRIMARY_USER_ID); in testTokenBasedClearPassword()
283 mLocalService.setLockCredentialWithToken(pattern, handle, token, in testTokenBasedClearPassword()
309 mLocalService.setLockCredentialWithToken(newPassword, handle, token, PRIMARY_USER_ID); in testTokenBasedResetPasswordAfterCredentialChanges()
391 mLocalService.setLockCredentialWithToken(password, handle, token, PRIMARY_USER_ID); in testSetLockCredentialWithTokenFailsWithoutLockScreen()
399 mLocalService.setLockCredentialWithToken(pattern, handle, token, PRIMARY_USER_ID); in testSetLockCredentialWithTokenFailsWithoutLockScreen()
/frameworks/base/core/java/com/android/internal/widget/
DLockSettingsInternal.java62 public abstract boolean setLockCredentialWithToken(LockscreenCredential credential, in setLockCredentialWithToken() method in LockSettingsInternal
DLockPatternUtils.java1541 public boolean setLockCredentialWithToken(@NonNull LockscreenCredential credential, in setLockCredentialWithToken() method in LockPatternUtils
1550 if (!localService.setLockCredentialWithToken(credential, tokenHandle, token, userHandle)) { in setLockCredentialWithToken()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java3099 private boolean setLockCredentialWithToken(LockscreenCredential credential, long tokenHandle,
3424 public boolean setLockCredentialWithToken(LockscreenCredential credential, long tokenHandle,
3430 return LockSettingsService.this.setLockCredentialWithToken(