Searched refs:isSeparateProfileChallengeEnabled (Results 1 – 14 of 14) sorted by relevance
504 if (sProxy.isSeparateProfileChallengeEnabled(lockPatternUtils, userId)) { in checkIfPasswordQualityIsSet()568 final boolean isSeparateProfileChallengeEnabled = in checkForLockSetting()569 sProxy.isSeparateProfileChallengeEnabled(lockPatternUtils, userInfo.id); in checkForLockSetting()571 if (!isSeparateProfileChallengeEnabled) { in checkForLockSetting()765 public boolean isSeparateProfileChallengeEnabled(LockPatternUtils utils, int userHandle) { in isSeparateProfileChallengeEnabled() method in RestrictedLockUtilsInternal.Proxy766 return utils.isSeparateProfileChallengeEnabled(userHandle); in isSeparateProfileChallengeEnabled()
245 doReturn(true).when(mProxy).isSeparateProfileChallengeEnabled(any(), eq(mProfileId)); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
311 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId) in handleNotificationClickAfterPanelCollapsed()
574 mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)); in updatePublicMode()
1604 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {1627 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {1733 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)
1603 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) { in doKeyguardLaterForChildProfilesLocked()1627 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) { in doKeyguardForChildProfilesLocked()
813 public boolean isSeparateProfileChallengeEnabled(int userHandle) { in isSeparateProfileChallengeEnabled() method in LockPatternUtils
2811 if (isSeparateProfileChallengeEnabled(userHandle)) {3926 if (isSeparateProfileChallengeEnabled(userHandle)) {3933 (user) -> !mLockPatternUtils.isSeparateProfileChallengeEnabled(user.id));3988 private boolean isSeparateProfileChallengeEnabled(int userHandle) {3990 mLockPatternUtils.isSeparateProfileChallengeEnabled(userHandle));4622 return !isSeparateProfileChallengeEnabled(caller.getUserId());4646 || !mLockPatternUtils.isSeparateProfileChallengeEnabled(user.id));5190 if (isSeparateProfileChallengeEnabled(userId)) {5281 if (isManagedProfile(userHandle) && !isSeparateProfileChallengeEnabled(userHandle)) {5377 final int userToLock = (parent || !isSeparateProfileChallengeEnabled(callingUserId)[all …]
1039 .isSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID); in testSetActivePasswordState_notSentToParent()3396 .isSeparateProfileChallengeEnabled(eq(PROFILE_USER))).thenReturn(true); in testSetMaximumTimeToLockProfile()3424 .isSeparateProfileChallengeEnabled(eq(PROFILE_USER))).thenReturn(false); in testSetMaximumTimeToLockProfile()5295 .isSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID); in testMaximumFailedProfilePasswordAttemptsReachedOrgOwnedManagedProfile()5541 .isSeparateProfileChallengeEnabled(managedProfileUserId); in testIsPasswordSufficientAfterProfileUnification()5848 .isSeparateProfileChallengeEnabled(userId); in addManagedProfileForPasswordTests()
2714 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
1012 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) { in getCredentialOwnerProfile()
22286 HSPLcom/android/internal/widget/LockPatternUtils;->isSeparateProfileChallengeEnabled(I)Z
22349 HSPLcom/android/internal/widget/LockPatternUtils;->isSeparateProfileChallengeEnabled(I)Z
19834 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->isSeparateProfileChallengeEnabled(…19884 …oid/server/devicepolicy/DevicePolicyManagerService;->lambda$isSeparateProfileChallengeEnabled$16(I…