Searched refs:primarySid (Results 1 – 2 of 2) sorted by relevance
125 final long primarySid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testManagedProfileUnifiedChallenge() local129 assertTrue(primarySid != 0); in testManagedProfileUnifiedChallenge()131 assertTrue(profileSid != primarySid); in testManagedProfileUnifiedChallenge()133 assertTrue(turnedOffProfileSid != primarySid); in testManagedProfileUnifiedChallenge()189 final long primarySid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testManagedProfileSeparateChallenge() local191 assertTrue(primarySid != 0); in testManagedProfileSeparateChallenge()193 assertTrue(profileSid != primarySid); in testManagedProfileSeparateChallenge()
267 final long primarySid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testManagedProfileUnifiedChallengeMigration() local271 assertTrue(primarySid != 0); in testManagedProfileUnifiedChallengeMigration()273 assertTrue(profileSid != primarySid); in testManagedProfileUnifiedChallengeMigration()285 assertEquals(primarySid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID)); in testManagedProfileUnifiedChallengeMigration()305 final long primarySid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testManagedProfileSeparateChallengeMigration() local309 assertTrue(primarySid != 0); in testManagedProfileSeparateChallengeMigration()311 assertTrue(profileSid != primarySid); in testManagedProfileSeparateChallengeMigration()329 assertEquals(primarySid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID)); in testManagedProfileSeparateChallengeMigration()