Searched refs:setSeparateProfileChallengeEnabled (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsServiceTests.java | 153 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testManagedProfileUnifiedChallenge() 230 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testManagedProfileChallengeUnification_parentUserNoPassword() 240 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, in testManagedProfileChallengeUnification_parentUserNoPassword() 272 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, true, null); in testSetLockCredential_forProfileWithSeparateChallenge_updatesCredentials() 283 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testSetLockCredential_forProfileWithUnifiedChallenge_doesNotSendRandomCredential() 297 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials() 313 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials() 325 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testClearLockCredential_removesBiometrics() 351 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() 364 mService.setSeparateProfileChallengeEnabled( in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential() [all …]
|
D | SyntheticPasswordTests.java | 537 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testGetHashFactorManagedProfileUnifiedChallenge()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ILockSettings.aidl | 62 …void setSeparateProfileChallengeEnabled(int userId, boolean enabled, in LockscreenCredential manag… in setSeparateProfileChallengeEnabled() method
|
D | LockPatternUtils.java | 891 public void setSeparateProfileChallengeEnabled(int userHandle, boolean enabled, in setSeparateProfileChallengeEnabled() method in LockPatternUtils 897 getLockSettings().setSeparateProfileChallengeEnabled(userHandle, enabled, in setSeparateProfileChallengeEnabled()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 1322 public void setSeparateProfileChallengeEnabled(int userId, boolean enabled, in setSeparateProfileChallengeEnabled() method in LockSettingsService
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 85861 Lcom/android/internal/widget/ILockSettings$Stub$Proxy;->setSeparateProfileChallengeEnabled(IZLjava/… 85932 Lcom/android/internal/widget/ILockSettings;->setSeparateProfileChallengeEnabled(IZLjava/lang/String…
|