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

/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsStorage.java181 readPasswordHash(userId);
194 if (readPasswordHash(userId) != null) {
200 CredentialHash password = readPasswordHash(userId);
217 public CredentialHash readPasswordHash(int userId) { method in class:LockSettingsStorage

Completed in 65 milliseconds