Searched refs:isSeparateProfileChallengeEnabled (Results 1 – 13 of 13) sorted by relevance
448 if (sProxy.isSeparateProfileChallengeEnabled(lockPatternUtils, userId)) { in checkIfPasswordQualityIsSet()512 final boolean isSeparateProfileChallengeEnabled = in checkForLockSetting()513 sProxy.isSeparateProfileChallengeEnabled(lockPatternUtils, userInfo.id); in checkForLockSetting()515 if (!isSeparateProfileChallengeEnabled) { in checkForLockSetting()688 public boolean isSeparateProfileChallengeEnabled(LockPatternUtils utils, int userHandle) { in isSeparateProfileChallengeEnabled() method in RestrictedLockUtilsInternal.Proxy689 return utils.isSeparateProfileChallengeEnabled(userHandle); in isSeparateProfileChallengeEnabled()
293 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(managedUserId)) { in tieManagedProfileLockIfNecessary()1254 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(userInfo.id) in tiedManagedProfileReadyToUnlock()1272 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(managedUserId)) { in getDecryptedPasswordsForAllTiedProfiles()1312 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(managedUserId)) { in synchronizeUnifiedWorkChallengeForProfiles()1341 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(userId); in isManagedProfileWithUnifiedLock()1346 && mLockPatternUtils.isSeparateProfileChallengeEnabled(userId); in isManagedProfileWithSeparatedLock()1705 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(pi.id) in resetKeyStore()
245 doReturn(true).when(mProxy).isSeparateProfileChallengeEnabled(any(), eq(mProfileId)); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
1084 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {1100 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {1202 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)
293 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId) in handleNotificationClickAfterPanelCollapsed()
513 boolean needsSeparateChallenge = mLockPatternUtils.isSeparateProfileChallengeEnabled( in updatePublicMode()
948 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) { in doKeyguardLaterForChildProfilesLocked()970 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) { in doKeyguardForChildProfilesLocked()
2950 if (isSeparateProfileChallengeEnabled(userHandle)) {4243 if (!parent && isSeparateProfileChallengeEnabled(userHandle)) { in getActiveAdminsForLockscreenPoliciesLocked()4258 boolean hasSeparateChallenge = isSeparateProfileChallengeEnabled(userInfo.id); in getActiveAdminsForLockscreenPoliciesLocked()4275 private boolean isSeparateProfileChallengeEnabled(int userHandle) { in isSeparateProfileChallengeEnabled() method4278 return mLockPatternUtils.isSeparateProfileChallengeEnabled(userHandle); in isSeparateProfileChallengeEnabled()4773 return !isSeparateProfileChallengeEnabled(userId); in isUsingUnifiedPassword()5316 if (isSeparateProfileChallengeEnabled(userId)) { in updateProfileLockTimeoutLocked()5485 final int userToLock = (parent || !isSeparateProfileChallengeEnabled(callingUserId) in lockNow()6665 if (isManagedProfile(userHandle) && !isSeparateProfileChallengeEnabled(userHandle)) { in setActivePasswordState()6683 if (!isSeparateProfileChallengeEnabled(userId)) { in reportPasswordChanged()[all …]
511 || !mLockPatternUtils.isSeparateProfileChallengeEnabled(userId); in finishUserUnlocked()2009 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
1136 public boolean isSeparateProfileChallengeEnabled(int userHandle) { in isSeparateProfileChallengeEnabled() method in LockPatternUtils
826 .isSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID); in testSetActivePasswordState_notSentToParent()2606 .isSeparateProfileChallengeEnabled(eq(PROFILE_USER))).thenReturn(true); in testSetMaximumTimeToLockProfile()2634 .isSeparateProfileChallengeEnabled(eq(PROFILE_USER))).thenReturn(false); in testSetMaximumTimeToLockProfile()
755 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userHandle)) { in getCredentialOwnerProfile()
6329 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->isSeparateProfileChallengeEnabled(…