Searched refs:mManagedProfilePasswordCache (Results 1 – 1 of 1) sorted by relevance
252 private ManagedProfilePasswordCache mManagedProfilePasswordCache; field in LockSettingsService423 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);