Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DManagedProfilePasswordCache.java124 public @Nullable LockscreenCredential retrievePassword(int userId) { in retrievePassword() method in ManagedProfilePasswordCache
H A DLockSettingsService.java3166 try (LockscreenCredential cred = mManagedProfilePasswordCache.retrievePassword(userId)) {