Searched refs:MANAGED_PROFILE_USER_ID (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | LockSettingsServiceTests.java | 134 mGateKeeperService.clearAuthToken(MANAGED_PROFILE_USER_ID); in testManagedProfileUnifiedChallenge() 165 setCredential(MANAGED_PROFILE_USER_ID, profilePassword); in testManagedProfileSeparateChallenge() 174 mGateKeeperService.clearAuthToken(MANAGED_PROFILE_USER_ID); in testManagedProfileSeparateChallenge() 228 MANAGED_PROFILE_USER_ID); in testSetLockCredential_forProfileWithSeparateChallenge_sendsCredentials() 239 MANAGED_PROFILE_USER_ID); in testSetLockCredential_forProfileWithSeparateChallenge_updatesCredentials() 267 MANAGED_PROFILE_USER_ID); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials() 305 setCredential(MANAGED_PROFILE_USER_ID, profilePassword); in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() 308 MANAGED_PROFILE_USER_ID); in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() 318 MANAGED_PROFILE_USER_ID, true, profilePassword); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential() 323 MANAGED_PROFILE_USER_ID, false, profilePassword); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential() [all …]
|
H A D | SyntheticPasswordTests.java | 525 mService.initializeSyntheticPassword(MANAGED_PROFILE_USER_ID); in testGetHashFactorManagedProfileUnifiedChallenge() 529 mService.setSeparateProfileChallengeEnabled(MANAGED_PROFILE_USER_ID, false, null); in testGetHashFactorManagedProfileUnifiedChallenge() 530 assertNotNull(mService.getHashFactor(null, MANAGED_PROFILE_USER_ID)); in testGetHashFactorManagedProfileUnifiedChallenge() 536 mService.initializeSyntheticPassword(MANAGED_PROFILE_USER_ID); in testGetHashFactorManagedProfileSeparateChallenge() 541 mService.setLockCredential(profilePassword, nonePassword(), MANAGED_PROFILE_USER_ID); in testGetHashFactorManagedProfileSeparateChallenge() 543 mService.getHashFactor(profilePassword, MANAGED_PROFILE_USER_ID)); in testGetHashFactorManagedProfileSeparateChallenge()
|
H A D | BaseLockSettingsServiceTests.java | 80 protected static final int MANAGED_PROFILE_USER_ID = 12; field in BaseLockSettingsServiceTests 205 installChildProfile(MANAGED_PROFILE_USER_ID); in setUp_baseServices() 238 mockBiometricsHardwareFingerprintsAndTemplates(MANAGED_PROFILE_USER_ID); in setUp_baseServices()
|
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/tests/src/com/android/settingslib/spaprivileged/model/app/ |
H A D | AppListRepositoryTest.kt | 94 .thenReturn(intArrayOf(ADMIN_USER_ID, MANAGED_PROFILE_USER_ID)) 171 }), MANAGED_PROFILE_USER_ID) 187 mockInstalledApplications(emptyList(), MANAGED_PROFILE_USER_ID) 351 const val MANAGED_PROFILE_USER_ID = 11
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerTest.java | 1011 final int MANAGED_PROFILE_USER_ID = 78; in testSetActivePasswordState_sendToProfiles() local 1048 final int MANAGED_PROFILE_USER_ID = 78; in testSetActivePasswordState_notSentToParent() local 1063 MANAGED_PROFILE_USER_ID); in testSetActivePasswordState_notSentToParent() 3672 final int MANAGED_PROFILE_USER_ID = 18; in setup_withDo_systemUser_ManagedProfile() local 4810 final int MANAGED_PROFILE_USER_ID = 15; in testLockTaskPolicyForProfileOwner() local 4991 final int MANAGED_PROFILE_USER_ID = 15; in testWipeDataManagedProfile() local 5006 MANAGED_PROFILE_USER_ID); in testWipeDataManagedProfile() 5086 final int MANAGED_PROFILE_USER_ID = 15; in testWipeDataManagedProfileDisallowed() local 5155 final int MANAGED_PROFILE_USER_ID = 15; in testMaximumFailedPasswordAttemptsReachedManagedProfile() local 5182 MANAGED_PROFILE_USER_ID); in testMaximumFailedPasswordAttemptsReachedManagedProfile() [all …]
|