Searched refs:primarySid (Results 1 – 2 of 2) sorted by relevance
99 final long primarySid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testManagedProfileUnifiedChallenge() local103 assertTrue(primarySid != 0); in testManagedProfileUnifiedChallenge()105 assertTrue(profileSid != primarySid); in testManagedProfileUnifiedChallenge()107 assertTrue(turnedOffProfileSid != primarySid); in testManagedProfileUnifiedChallenge()159 final long primarySid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testManagedProfileSeparateChallenge() local161 assertTrue(primarySid != 0); in testManagedProfileSeparateChallenge()163 assertTrue(profileSid != primarySid); in testManagedProfileSeparateChallenge()
182 final long primarySid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testManagedProfileUnifiedChallengeMigration() local186 assertTrue(primarySid != 0); in testManagedProfileUnifiedChallengeMigration()188 assertTrue(profileSid != primarySid); in testManagedProfileUnifiedChallengeMigration()199 assertEquals(primarySid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID)); in testManagedProfileUnifiedChallengeMigration()212 final long primarySid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testManagedProfileSeparateChallengeMigration() local216 assertTrue(primarySid != 0); in testManagedProfileSeparateChallengeMigration()218 assertTrue(profileSid != primarySid); in testManagedProfileSeparateChallengeMigration()233 assertEquals(primarySid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID)); in testManagedProfileSeparateChallengeMigration()