Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java444 if (getSeparateProfileChallengeEnabledInternal(profileUserId)) { in tieProfileLockIfNecessary()
1069 && !getSeparateProfileChallengeEnabledInternal(user.id)) { in migrateProfileLockKeys()
1312 return getSeparateProfileChallengeEnabledInternal(userId); in getSeparateProfileChallengeEnabled()
1315 private boolean getSeparateProfileChallengeEnabledInternal(int userId) { in getSeparateProfileChallengeEnabledInternal() method in LockSettingsService
1656 return !getSeparateProfileChallengeEnabledInternal(userId) in hasUnifiedChallenge()
1673 if (getSeparateProfileChallengeEnabledInternal(profileUserId)) { in getDecryptedPasswordsForAllTiedProfiles()
1714 if (getSeparateProfileChallengeEnabledInternal(profileUserId)) { in synchronizeUnifiedChallengeForProfiles()
1741 && !getSeparateProfileChallengeEnabledInternal(userId); in isProfileWithUnifiedLock()
2257 && !getSeparateProfileChallengeEnabledInternal(pi.id) in resetKeyStore()
3046 if (getSeparateProfileChallengeEnabledInternal(userId)) { in onCredentialVerified()
[all …]