Searched refs:setSeparateProfileChallengeEnabled (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsServiceTests.java | 124 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()
|
D | SyntheticPasswordTests.java | 266 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/ |
D | ILockSettings.aidl | 57 …void setSeparateProfileChallengeEnabled(int userId, boolean enabled, in byte[] managedUserPassword… in setSeparateProfileChallengeEnabled() method
|
D | LockPatternUtils.java | 1119 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/ |
D | LockSettingsService.java | 965 public void setSeparateProfileChallengeEnabled(int userId, boolean enabled, in setSeparateProfileChallengeEnabled() method in LockSettingsService
|