Home
last modified time | relevance | path

Searched refs:setSeparateProfileChallengeEnabled (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTests.java124 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testManagedProfileUnifiedChallenge()
277 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testSetLockCredential_forProfileWithUnifiedChallenge_doesNotSendRandomCredential()
299 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials()
322 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials()
344 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials()
373 mService.setSeparateProfileChallengeEnabled( in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential()
419 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testVerifyCredential_forPrimaryUserWithUnifiedChallengeProfile_sendsCredentialsForBoth()
DSyntheticPasswordTests.java266 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testManagedProfileUnifiedChallengeMigration()
516 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testgetHashFactorManagedProfileUnifiedChallenge()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl57 …void setSeparateProfileChallengeEnabled(int userId, boolean enabled, in byte[] managedUserPassword… in setSeparateProfileChallengeEnabled() method
DLockPatternUtils.java1119 public void setSeparateProfileChallengeEnabled(int userHandle, boolean enabled, in setSeparateProfileChallengeEnabled() method in LockPatternUtils
1125 getLockSettings().setSeparateProfileChallengeEnabled(userHandle, enabled, in setSeparateProfileChallengeEnabled()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java965 public void setSeparateProfileChallengeEnabled(int userId, boolean enabled, in setSeparateProfileChallengeEnabled() method in LockSettingsService