/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
D | RestrictedLockUtilsInternal.java | 580 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/ |
D | RestrictedLockUtilsTest.java | 256 doReturn(true).when(mProxy).isSeparateProfileChallengeEnabled(any(), eq(mProfileId)); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustManagerService.java | 1842 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/ |
D | StatusBarNotificationActivityStarter.java | 368 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId) in handleNotificationClickAfterPanelCollapsed()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 766 mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)); in updatePublicMode()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/ |
D | TrustManagerServiceTest.java | 815 when(mLockPatternUtils.isSeparateProfileChallengeEnabled(PROFILE_USER_ID)) in setupMocksForProfile()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternUtils.java | 911 public boolean isSeparateProfileChallengeEnabled(int userHandle) { in isSeparateProfileChallengeEnabled() method in LockPatternUtils
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerTest.java | 1054 .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/ |
D | DevicePolicyManagerService.java | 3143 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/ |
D | KeyguardViewMediator.java | 1916 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) { 1941 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) {
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserController.java | 3282 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 1574 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) { in getCredentialOwnerProfile()
|
/frameworks/base/services/ |
D | art-profile | 1441 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->isSeparateProfileChallengeEnabled(…
|
D | art-wear-profile | 9807 HPLcom/android/server/devicepolicy/DevicePolicyManagerService;->isSeparateProfileChallengeEnabled(I… 9824 …oid/server/devicepolicy/DevicePolicyManagerService;->lambda$isSeparateProfileChallengeEnabled$24(I…
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 22278 HSPLcom/android/internal/widget/LockPatternUtils;->isSeparateProfileChallengeEnabled(I)Z
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 22342 HSPLcom/android/internal/widget/LockPatternUtils;->isSeparateProfileChallengeEnabled(I)Z
|