Home
last modified time | relevance | path

Searched refs:hasPassword (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java340 public boolean hasPassword(int userId) { in hasPassword() method in LockSettingsStorage
352 return hasPassword(userId) || hasPattern(userId); in hasCredential()
DLockSettingsService.java1066 return mStorage.hasPassword(userId); in havePassword()