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

/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1371 initializeSyntheticPasswordLocked(currentHandle.hash, savedCredential,
1816 AuthenticationToken auth = initializeSyntheticPasswordLocked(
2279 protected AuthenticationToken initializeSyntheticPasswordLocked(byte[] credentialHash, method in class:LockSettingsService
2287 Slog.wtf(TAG, "initializeSyntheticPasswordLocked returns null auth token");
2529 // Could call initializeSyntheticPasswordLocked(null, credential, credentialType,
2581 auth = initializeSyntheticPasswordLocked(null, null,

Completed in 34 milliseconds