Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java247 mLocalService.setLockCredentialWithToken(pattern, handle, token, PRIMARY_USER_ID); in testTokenBasedResetPassword()
275 mLocalService.setLockCredentialWithToken(nonePassword(), handle, token, PRIMARY_USER_ID); in testTokenBasedClearPassword()
277 mLocalService.setLockCredentialWithToken(pattern, handle, token, in testTokenBasedClearPassword()
303 mLocalService.setLockCredentialWithToken(newPassword, handle, token, PRIMARY_USER_ID); in testTokenBasedResetPasswordAfterCredentialChanges()
391 assertTrue(mLocalService.setLockCredentialWithToken( in testActivateMultipleEscrowTokens()
394 assertTrue(mLocalService.setLockCredentialWithToken( in testActivateMultipleEscrowTokens()
397 assertTrue(mLocalService.setLockCredentialWithToken( in testActivateMultipleEscrowTokens()
413 mLocalService.setLockCredentialWithToken(password, handle, token, PRIMARY_USER_ID); in testSetLockCredentialWithTokenFailsWithoutLockScreen()
421 mLocalService.setLockCredentialWithToken(pattern, handle, token, PRIMARY_USER_ID); in testSetLockCredentialWithTokenFailsWithoutLockScreen()
/frameworks/base/core/java/com/android/internal/widget/
DLockSettingsInternal.java88 public abstract boolean setLockCredentialWithToken(LockscreenCredential credential, in setLockCredentialWithToken() method in LockSettingsInternal
DLockPatternUtils.java1401 public boolean setLockCredentialWithToken(@NonNull LockscreenCredential credential, in setLockCredentialWithToken() method in LockPatternUtils
1410 return localService.setLockCredentialWithToken(credential, tokenHandle, token, userHandle); in setLockCredentialWithToken()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java3318 private boolean setLockCredentialWithToken(LockscreenCredential credential, long tokenHandle,
3660 public boolean setLockCredentialWithToken(LockscreenCredential credential, long tokenHandle,
3667 if (!LockSettingsService.this.setLockCredentialWithToken(
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java5184 when(getServices().lockPatternUtils.setLockCredentialWithToken( in testResetPasswordWithToken()
5209 when(getServices().lockPatternUtils.setLockCredentialWithToken( in resetPasswordWithToken_NumericPin()
5229 when(getServices().lockPatternUtils.setLockCredentialWithToken( in resetPasswordWithToken_EmptyPassword()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5138 if (!mLockPatternUtils.setLockCredentialWithToken(newCredential, tokenHandle,