Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java252 private ManagedProfilePasswordCache mManagedProfilePasswordCache; field in LockSettingsService
423 mManagedProfilePasswordCache.storePassword(profileUserId, unifiedProfilePassword, in tieProfileLockIfNecessary()
626 mManagedProfilePasswordCache = injector.getManagedProfilePasswordCache(mJavaKeyStore); in LockSettingsService()
1357 mManagedProfilePasswordCache.storePassword(userId, credential, parentSid); in getDecryptedPasswordForTiedProfile()
2381 mManagedProfilePasswordCache.removePassword(userId); in removeUserState()
2896 mManagedProfilePasswordCache.removePassword(userId); in setLockCredentialWithSpLocked()
3166 try (LockscreenCredential cred = mManagedProfilePasswordCache.retrievePassword(userId)) {
3178 mManagedProfilePasswordCache.removePassword(userId);