Searched refs:isSeparateProfileChallengeEnabled (Results 1 – 11 of 11) 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()
239 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(managedUserId)) { in tieManagedProfileLockIfNecessary()963 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(pi.id) in unlockUser()988 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(managedUserId)) { in getDecryptedPasswordsForAllTiedProfiles()1027 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(managedUserId)) { in synchronizeUnifiedWorkChallengeForProfiles()1053 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(userId); in isManagedProfileWithUnifiedLock()1058 && mLockPatternUtils.isSeparateProfileChallengeEnabled(userId); in isManagedProfileWithSeparatedLock()1345 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(pi.id) in resetKeyStore()
180 doReturn(true).when(mProxy).isSeparateProfileChallengeEnabled(any(), eq(mProfileId)); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
823 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {839 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {941 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
908 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) { in doKeyguardLaterForChildProfilesLocked()930 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) { in doKeyguardForChildProfilesLocked()
393 || !mLockPatternUtils.isSeparateProfileChallengeEnabled(userId); in finishUserUnlocked()1598 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
2429 if (isSeparateProfileChallengeEnabled(userHandle)) { in sendAdminCommandForLockscreenPoliciesLocked()3491 if (!parent && isSeparateProfileChallengeEnabled(userHandle)) { in getActiveAdminsForLockscreenPoliciesLocked()3506 boolean hasSeparateChallenge = isSeparateProfileChallengeEnabled(userInfo.id); in getActiveAdminsForLockscreenPoliciesLocked()3523 private boolean isSeparateProfileChallengeEnabled(int userHandle) { in isSeparateProfileChallengeEnabled() method in DevicePolicyManagerService3526 return mLockPatternUtils.isSeparateProfileChallengeEnabled(userHandle); in isSeparateProfileChallengeEnabled()4700 final int userToLock = (parent || !isSeparateProfileChallengeEnabled(callingUserId) in lockNow()5431 if (isManagedProfile(userHandle) && !isSeparateProfileChallengeEnabled(userHandle)) { in setActivePasswordState()5450 if (!isSeparateProfileChallengeEnabled(userId)) { in reportPasswordChanged()5503 if (!isSeparateProfileChallengeEnabled(userHandle)) { in reportFailedPasswordAttempt()
891 public boolean isSeparateProfileChallengeEnabled(int userHandle) { in isSeparateProfileChallengeEnabled() method in LockPatternUtils
4370 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId) in updatePublicMode()6516 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)
674 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userHandle)) { in getCredentialOwnerProfile()
660 .isSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID); in testSetActivePasswordState_notSentToParent()