Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockSettingsInternal.java60 public abstract boolean setLockCredentialWithToken(byte[] credential, int type, in setLockCredentialWithToken() method in LockSettingsInternal
DLockPatternUtils.java1812 public boolean setLockCredentialWithToken(byte[] credential, int type, int requestedQuality,
1826 if (!localService.setLockCredentialWithToken(credential, type, tokenHandle, token,
1839 if (!localService.setLockCredentialWithToken(null, CREDENTIAL_TYPE_NONE, tokenHandle,
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java356 mLocalService.setLockCredentialWithToken(pattern, LockPatternUtils.CREDENTIAL_TYPE_PATTERN, in testTokenBasedResetPassword()
385 mLocalService.setLockCredentialWithToken(null, LockPatternUtils.CREDENTIAL_TYPE_NONE, in testTokenBasedClearPassword()
388 mLocalService.setLockCredentialWithToken(pattern, LockPatternUtils.CREDENTIAL_TYPE_PATTERN, in testTokenBasedClearPassword()
415 mLocalService.setLockCredentialWithToken(newPassword, in testTokenBasedResetPasswordAfterCredentialChanges()
477 mLocalService.setLockCredentialWithToken(password, in testSetLockCredentialWithTokenFailsWithoutLockScreen()
487 mLocalService.setLockCredentialWithToken(pattern, in testSetLockCredentialWithTokenFailsWithoutLockScreen()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2838 private boolean setLockCredentialWithToken(byte[] credential, int type, long tokenHandle, in setLockCredentialWithToken() method in LockSettingsService
3091 public boolean setLockCredentialWithToken(byte[] credential, int type, in setLockCredentialWithToken() method in LockSettingsService.LocalService
3098 return LockSettingsService.this.setLockCredentialWithToken(credential, type, in setLockCredentialWithToken()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java4183 when(getServices().lockPatternUtils.setLockCredentialWithToken(eq(password.getBytes()), in testResetPasswordWithToken()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5203 result = mLockPatternUtils.setLockCredentialWithToken(password.getBytes(), in resetPasswordInternal()
5207 result = mLockPatternUtils.setLockCredentialWithToken(null, in resetPasswordInternal()