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

/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java2421 private long setLockCredentialWithAuthTokenLocked(String credential, int credentialType, method in class:LockSettingsService
2423 if (DEBUG) Slog.d(TAG, "setLockCredentialWithAuthTokenLocked: user=" + userId);
2520 // setLockCredentialWithAuthTokenLocked next
2523 setLockCredentialWithAuthTokenLocked(credential, credentialType, auth, requestedQuality,
2677 // called by setLockCredentialWithAuthTokenLocked().
2681 setLockCredentialWithAuthTokenLocked(credential, type, result.authToken,

Completed in 40 milliseconds