/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
D | RestrictedLockUtilsInternal.java | 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.Proxy 689 return utils.isSeparateProfileChallengeEnabled(userHandle); in isSeparateProfileChallengeEnabled()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 316 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(managedUserId)) { in tieManagedProfileLockIfNecessary() 1305 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(userInfo.id) in tiedManagedProfileReadyToUnlock() 1323 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(managedUserId)) { in getDecryptedPasswordsForAllTiedProfiles() 1363 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(managedUserId)) { in synchronizeUnifiedWorkChallengeForProfiles() 1392 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(userId); in isManagedProfileWithUnifiedLock() 1397 && mLockPatternUtils.isSeparateProfileChallengeEnabled(userId); in isManagedProfileWithSeparatedLock() 1765 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(pi.id) in resetKeyStore()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustManagerService.java | 1125 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) { 1141 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) { 1247 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
D | RestrictedLockUtilsTest.java | 245 doReturn(true).when(mProxy).isSeparateProfileChallengeEnabled(any(), eq(mProfileId)); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 293 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId) in handleNotificationClickAfterPanelCollapsed()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 518 boolean needsSeparateChallenge = mLockPatternUtils.isSeparateProfileChallengeEnabled( in updatePublicMode()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 953 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) { in doKeyguardLaterForChildProfilesLocked() 975 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(profileId)) { in doKeyguardForChildProfilesLocked()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 2958 if (isSeparateProfileChallengeEnabled(userHandle)) { 4251 if (!parent && isSeparateProfileChallengeEnabled(userHandle)) { in getActiveAdminsForLockscreenPoliciesLocked() 4266 boolean hasSeparateChallenge = isSeparateProfileChallengeEnabled(userInfo.id); in getActiveAdminsForLockscreenPoliciesLocked() 4283 private boolean isSeparateProfileChallengeEnabled(int userHandle) { in isSeparateProfileChallengeEnabled() method 4286 return mLockPatternUtils.isSeparateProfileChallengeEnabled(userHandle); in isSeparateProfileChallengeEnabled() 4781 return !isSeparateProfileChallengeEnabled(userId); in isUsingUnifiedPassword() 5324 if (isSeparateProfileChallengeEnabled(userId)) { in updateProfileLockTimeoutLocked() 5493 final int userToLock = (parent || !isSeparateProfileChallengeEnabled(callingUserId) in lockNow() 6681 if (isManagedProfile(userHandle) && !isSeparateProfileChallengeEnabled(userHandle)) { in setActivePasswordState() 6699 if (!isSeparateProfileChallengeEnabled(userId)) { in reportPasswordChanged() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserController.java | 518 || !mLockPatternUtils.isSeparateProfileChallengeEnabled(userId); in finishUserUnlocked() 2054 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternUtils.java | 1136 public boolean isSeparateProfileChallengeEnabled(int userHandle) { in isSeparateProfileChallengeEnabled() method in LockPatternUtils
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerTest.java | 826 .isSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID); in testSetActivePasswordState_notSentToParent() 2633 .isSeparateProfileChallengeEnabled(eq(PROFILE_USER))).thenReturn(true); in testSetMaximumTimeToLockProfile() 2661 .isSeparateProfileChallengeEnabled(eq(PROFILE_USER))).thenReturn(false); in testSetMaximumTimeToLockProfile()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 800 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userHandle)) { in getCredentialOwnerProfile()
|
/frameworks/base/services/ |
D | art-profile | 6329 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->isSeparateProfileChallengeEnabled(…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 24680 HSPLcom/android/internal/widget/LockPatternUtils;->isSeparateProfileChallengeEnabled(I)Z
|