Searched defs:setLockCredentialInternal (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java268 setLockCredentialInternal(newPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD,
1011 * Strictly this is a recursive function, since setLockCredentialInternal ends up calling this
1036 setLockCredentialInternal(null, LockPatternUtils.CREDENTIAL_TYPE_NONE,
1041 setLockCredentialInternal(null, LockPatternUtils.CREDENTIAL_TYPE_NONE, null,
1062 // should call setLockCredentialInternal.
1068 setLockCredentialInternal(credential, type, savedCredential, userId);
1074 private void setLockCredentialInternal(String credential, int credentialType, method in class:LockSettingsService
1140 if (DEBUG) Slog.d(TAG, "setLockCredentialInternal: user=" + userId);
1437 setLockCredentialInternal(credential, storedHash.type, credentialToVerify, userId);
1522 setLockCredentialInternal(credentia
[all...]

Completed in 51 milliseconds