Searched refs:primarySid (Results 1 – 2 of 2) sorted by relevance
103 final long primarySid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testManagedProfileUnifiedChallenge() local107 assertTrue(primarySid != 0); in testManagedProfileUnifiedChallenge()109 assertTrue(profileSid != primarySid); in testManagedProfileUnifiedChallenge()111 assertTrue(turnedOffProfileSid != primarySid); in testManagedProfileUnifiedChallenge()163 final long primarySid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testManagedProfileSeparateChallenge() local165 assertTrue(primarySid != 0); in testManagedProfileSeparateChallenge()167 assertTrue(profileSid != primarySid); in testManagedProfileSeparateChallenge()
258 final long primarySid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testManagedProfileUnifiedChallengeMigration() local262 assertTrue(primarySid != 0); in testManagedProfileUnifiedChallengeMigration()264 assertTrue(profileSid != primarySid); in testManagedProfileUnifiedChallengeMigration()276 assertEquals(primarySid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID)); in testManagedProfileUnifiedChallengeMigration()294 final long primarySid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID); in testManagedProfileSeparateChallengeMigration() local298 assertTrue(primarySid != 0); in testManagedProfileSeparateChallengeMigration()300 assertTrue(profileSid != primarySid); in testManagedProfileSeparateChallengeMigration()318 assertEquals(primarySid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID)); in testManagedProfileSeparateChallengeMigration()