Home
last modified time | relevance | path

Searched refs:profileSid (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTests.java104 final long profileSid = mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID); in testManagedProfileUnifiedChallenge() local
108 assertTrue(profileSid != 0); in testManagedProfileUnifiedChallenge()
109 assertTrue(profileSid != primarySid); in testManagedProfileUnifiedChallenge()
112 assertTrue(turnedOffProfileSid != profileSid); in testManagedProfileUnifiedChallenge()
124 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID)); in testManagedProfileUnifiedChallenge()
138 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID)); in testManagedProfileUnifiedChallenge()
164 final long profileSid = mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID); in testManagedProfileSeparateChallenge() local
166 assertTrue(profileSid != 0); in testManagedProfileSeparateChallenge()
167 assertTrue(profileSid != primarySid); in testManagedProfileSeparateChallenge()
182 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID)); in testManagedProfileSeparateChallenge()
[all …]
DSyntheticPasswordTests.java259 final long profileSid = mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID); in testManagedProfileUnifiedChallengeMigration() local
263 assertTrue(profileSid != 0); in testManagedProfileUnifiedChallengeMigration()
264 assertTrue(profileSid != primarySid); in testManagedProfileUnifiedChallengeMigration()
277 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID)); in testManagedProfileUnifiedChallengeMigration()
295 final long profileSid = mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID); in testManagedProfileSeparateChallengeMigration() local
299 assertTrue(profileSid != 0); in testManagedProfileSeparateChallengeMigration()
300 assertTrue(profileSid != primarySid); in testManagedProfileSeparateChallengeMigration()
319 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID)); in testManagedProfileSeparateChallengeMigration()