Home
last modified time | relevance | path

Searched refs:isSeparateProfileChallengeEnabled (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java580 if (sProxy.isSeparateProfileChallengeEnabled(lockPatternUtils, userId)) { in checkIfPasswordQualityIsSet()
644 final boolean isSeparateProfileChallengeEnabled = in checkForLockSetting()
645 sProxy.isSeparateProfileChallengeEnabled(lockPatternUtils, userInfo.id); in checkForLockSetting()
647 if (!isSeparateProfileChallengeEnabled) { in checkForLockSetting()
865 public boolean isSeparateProfileChallengeEnabled(LockPatternUtils utils, int userHandle) { in isSeparateProfileChallengeEnabled() method in RestrictedLockUtilsInternal.Proxy
866 return utils.isSeparateProfileChallengeEnabled(userHandle); in isSeparateProfileChallengeEnabled()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DRestrictedLockUtilsTest.java256 doReturn(true).when(mProxy).isSeparateProfileChallengeEnabled(any(), eq(mProfileId)); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1842 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
1862 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
1925 } else if (mLockPatternUtils.isSeparateProfileChallengeEnabled(user.id)) {
1995 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java368 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId) in handleNotificationClickAfterPanelCollapsed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java766 mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)); in updatePublicMode()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/
DTrustManagerServiceTest.java815 when(mLockPatternUtils.isSeparateProfileChallengeEnabled(PROFILE_USER_ID)) in setupMocksForProfile()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java911 public boolean isSeparateProfileChallengeEnabled(int userHandle) { in isSeparateProfileChallengeEnabled() method in LockPatternUtils
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1054 .isSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID); in testSetActivePasswordState_notSentToParent()
3403 .isSeparateProfileChallengeEnabled(eq(PROFILE_USER))).thenReturn(true); in testSetMaximumTimeToLockProfile()
3431 .isSeparateProfileChallengeEnabled(eq(PROFILE_USER))).thenReturn(false); in testSetMaximumTimeToLockProfile()
5318 .isSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID); in testMaximumFailedProfilePasswordAttemptsReachedOrgOwnedManagedProfile()
5565 .isSeparateProfileChallengeEnabled(managedProfileUserId); in testIsPasswordSufficientAfterProfileUnification()
5595 .isSeparateProfileChallengeEnabled(managedProfileUserId); in testGetAggregatedPasswordComplexity_IgnoreProfileRequirement()
5621 .isSeparateProfileChallengeEnabled(managedProfileUserId); in testGetAggregatedPasswordMetrics_IgnoreProfileRequirement()
5884 .isSeparateProfileChallengeEnabled(userId); in addManagedProfileForPasswordTests()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java3143 if (isSeparateProfileChallengeEnabled(userHandle)) {
4455 if (isSeparateProfileChallengeEnabled(userHandle)) {
4467 (user) -> !mLockPatternUtils.isSeparateProfileChallengeEnabled(user.id));
4470 (user) -> !mLockPatternUtils.isSeparateProfileChallengeEnabled(user.id));
4481 if (isSeparateProfileChallengeEnabled(userId)) {
4611 private boolean isSeparateProfileChallengeEnabled(int userHandle) {
4613 mLockPatternUtils.isSeparateProfileChallengeEnabled(userHandle));
5327 return !isSeparateProfileChallengeEnabled(caller.getUserId());
5351 || !mLockPatternUtils.isSeparateProfileChallengeEnabled(user.id));
5361 || !mLockPatternUtils.isSeparateProfileChallengeEnabled(user.id));
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1916 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) {
1941 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) {
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java3282 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1574 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) { in getCredentialOwnerProfile()
/frameworks/base/services/
Dart-profile1441 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->isSeparateProfileChallengeEnabled(…
Dart-wear-profile9807 HPLcom/android/server/devicepolicy/DevicePolicyManagerService;->isSeparateProfileChallengeEnabled(I…
9824 …oid/server/devicepolicy/DevicePolicyManagerService;->lambda$isSeparateProfileChallengeEnabled$24(I…
/frameworks/base/boot/
Dboot-image-profile.txt22278 HSPLcom/android/internal/widget/LockPatternUtils;->isSeparateProfileChallengeEnabled(I)Z
/frameworks/base/config/
Dboot-image-profile.txt22342 HSPLcom/android/internal/widget/LockPatternUtils;->isSeparateProfileChallengeEnabled(I)Z