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.java126 final long profileSid = mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID); in testManagedProfileUnifiedChallenge() local
130 assertTrue(profileSid != 0); in testManagedProfileUnifiedChallenge()
131 assertTrue(profileSid != primarySid); in testManagedProfileUnifiedChallenge()
134 assertTrue(turnedOffProfileSid != profileSid); in testManagedProfileUnifiedChallenge()
146 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID)); in testManagedProfileUnifiedChallenge()
161 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID)); in testManagedProfileUnifiedChallenge()
190 final long profileSid = mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID); in testManagedProfileSeparateChallenge() local
192 assertTrue(profileSid != 0); in testManagedProfileSeparateChallenge()
193 assertTrue(profileSid != primarySid); in testManagedProfileSeparateChallenge()
208 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID)); in testManagedProfileSeparateChallenge()
[all …]
DSyntheticPasswordTests.java268 final long profileSid = mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID); in testManagedProfileUnifiedChallengeMigration() local
272 assertTrue(profileSid != 0); in testManagedProfileUnifiedChallengeMigration()
273 assertTrue(profileSid != primarySid); in testManagedProfileUnifiedChallengeMigration()
286 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID)); in testManagedProfileUnifiedChallengeMigration()
306 final long profileSid = mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID); in testManagedProfileSeparateChallengeMigration() local
310 assertTrue(profileSid != 0); in testManagedProfileSeparateChallengeMigration()
311 assertTrue(profileSid != primarySid); in testManagedProfileSeparateChallengeMigration()
330 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID)); in testManagedProfileSeparateChallengeMigration()