Searched refs:setSeparateProfileChallengeEnabled (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | LockSettingsServiceTests.java | 121 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testManagedProfileUnifiedChallenge() 198 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testManagedProfileChallengeUnification_parentUserNoPassword() 208 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, in testManagedProfileChallengeUnification_parentUserNoPassword() 234 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, true, null); in testSetLockCredential_forProfileWithSeparateChallenge_updatesCredentials() 245 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testSetLockCredential_forProfileWithUnifiedChallenge_doesNotSendRandomCredential() 259 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials() 275 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials() 287 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testClearLockCredential_removesBiometrics() 304 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() 317 mService.setSeparateProfileChallengeEnabled( in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential() [all …]
|
H A D | SyntheticPasswordTests.java | 529 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testGetHashFactorManagedProfileUnifiedChallenge()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ILockSettings.aidl | 62 …void setSeparateProfileChallengeEnabled(int userId, boolean enabled, in LockscreenCredential manag… in setSeparateProfileChallengeEnabled() method
|
H A D | LockPatternUtils.java | 905 public void setSeparateProfileChallengeEnabled(int userHandle, boolean enabled, in setSeparateProfileChallengeEnabled() method in LockPatternUtils 911 getLockSettings().setSeparateProfileChallengeEnabled(userHandle, enabled, in setSeparateProfileChallengeEnabled()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsService.java | 1142 public void setSeparateProfileChallengeEnabled(int userId, boolean enabled, in setSeparateProfileChallengeEnabled() method in LockSettingsService
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 86504 Lcom/android/internal/widget/ILockSettings$Stub$Proxy;->setSeparateProfileChallengeEnabled(IZLjava/… 86575 Lcom/android/internal/widget/ILockSettings;->setSeparateProfileChallengeEnabled(IZLjava/lang/String…
|