Searched refs:isSeparateProfileChallengeEnabled (Results 1 – 13 of 13) sorted by relevance
402 if (sProxy.isSeparateProfileChallengeEnabled(lockPatternUtils, userId)) { in checkIfPasswordQualityIsSet()508 final boolean isSeparateProfileChallengeEnabled = in checkForLockSetting()509 sProxy.isSeparateProfileChallengeEnabled(lockPatternUtils, userInfo.id); in checkForLockSetting()511 if (!isSeparateProfileChallengeEnabled) { in checkForLockSetting()785 public boolean isSeparateProfileChallengeEnabled(LockPatternUtils utils, int userHandle) { in isSeparateProfileChallengeEnabled() method in RestrictedLockUtils.Proxy786 return utils.isSeparateProfileChallengeEnabled(userHandle); in isSeparateProfileChallengeEnabled()
263 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(managedUserId)) { in tieManagedProfileLockIfNecessary()1124 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(userInfo.id) in tiedManagedProfileReadyToUnlock()1142 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(managedUserId)) { in getDecryptedPasswordsForAllTiedProfiles()1182 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(managedUserId)) { in synchronizeUnifiedWorkChallengeForProfiles()1209 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(userId); in isManagedProfileWithUnifiedLock()1214 && mLockPatternUtils.isSeparateProfileChallengeEnabled(userId); in isManagedProfileWithSeparatedLock()1488 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(pi.id) in resetKeyStore()
180 doReturn(true).when(mProxy).isSeparateProfileChallengeEnabled(any(), eq(mProfileId)); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
855 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {871 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {973 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
918 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) { in doKeyguardLaterForChildProfilesLocked()940 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) { in doKeyguardForChildProfilesLocked()
394 || !mLockPatternUtils.isSeparateProfileChallengeEnabled(userId); in finishUserUnlocked()1602 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
2433 if (isSeparateProfileChallengeEnabled(userHandle)) { in sendAdminCommandForLockscreenPoliciesLocked()3501 if (!parent && isSeparateProfileChallengeEnabled(userHandle)) { in getActiveAdminsForLockscreenPoliciesLocked()3516 boolean hasSeparateChallenge = isSeparateProfileChallengeEnabled(userInfo.id); in getActiveAdminsForLockscreenPoliciesLocked()3533 private boolean isSeparateProfileChallengeEnabled(int userHandle) { in isSeparateProfileChallengeEnabled() method in DevicePolicyManagerService3536 return mLockPatternUtils.isSeparateProfileChallengeEnabled(userHandle); in isSeparateProfileChallengeEnabled()4736 final int userToLock = (parent || !isSeparateProfileChallengeEnabled(callingUserId) in lockNow()5472 if (isManagedProfile(userHandle) && !isSeparateProfileChallengeEnabled(userHandle)) { in setActivePasswordState()5492 if (!isSeparateProfileChallengeEnabled(userId)) { in reportPasswordChanged()5546 if (!isSeparateProfileChallengeEnabled(userHandle)) { in reportFailedPasswordAttempt()
946 public boolean isSeparateProfileChallengeEnabled(int userHandle) { in isSeparateProfileChallengeEnabled() method in LockPatternUtils
4663 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId) in updatePublicMode()7105 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)
678 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userHandle)) { in getCredentialOwnerProfile()
648 .isSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID); in testSetActivePasswordState_notSentToParent()
10099 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->isSeparateProfileChallengeEnabled(I)Z
11843 HPLcom/android/internal/widget/LockPatternUtils;->isSeparateProfileChallengeEnabled(I)Z