Searched refs:setLockCredentialWithToken (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | SyntheticPasswordTests.java | 253 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/ |
D | LockSettingsInternal.java | 62 public abstract boolean setLockCredentialWithToken(LockscreenCredential credential, in setLockCredentialWithToken() method in LockSettingsInternal
|
D | LockPatternUtils.java | 1541 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/ |
D | LockSettingsService.java | 3099 private boolean setLockCredentialWithToken(LockscreenCredential credential, long tokenHandle, 3424 public boolean setLockCredentialWithToken(LockscreenCredential credential, long tokenHandle, 3430 return LockSettingsService.this.setLockCredentialWithToken(
|