Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java389 if (getSeparateProfileChallengeEnabledInternal(profileUserId)) { in tieProfileLockIfNecessary()
948 && !getSeparateProfileChallengeEnabledInternal(user.id)) { in migrateProfileLockKeys()
1132 return getSeparateProfileChallengeEnabledInternal(userId); in getSeparateProfileChallengeEnabled()
1135 private boolean getSeparateProfileChallengeEnabledInternal(int userId) { in getSeparateProfileChallengeEnabledInternal() method in LockSettingsService
1463 return !getSeparateProfileChallengeEnabledInternal(userId) in hasUnifiedChallenge()
1480 if (getSeparateProfileChallengeEnabledInternal(profileUserId)) { in getDecryptedPasswordsForAllTiedProfiles()
1521 if (getSeparateProfileChallengeEnabledInternal(profileUserId)) { in synchronizeUnifiedWorkChallengeForProfiles()
1548 && !getSeparateProfileChallengeEnabledInternal(userId); in isProfileWithUnifiedLock()
2059 && !getSeparateProfileChallengeEnabledInternal(pi.id) in resetKeyStore()
2827 if (getSeparateProfileChallengeEnabledInternal(userId)) { in onCredentialVerified()
[all …]
/aosp14/frameworks/base/services/
H A Dart-profile4890 …Lcom/android/server/locksettings/LockSettingsService;->getSeparateProfileChallengeEnabledInternal(…