Searched refs:profileSid (Results 1 – 2 of 2) sorted by relevance
104 final long profileSid = mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID); in testManagedProfileUnifiedChallenge() local108 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() local166 assertTrue(profileSid != 0); in testManagedProfileSeparateChallenge()167 assertTrue(profileSid != primarySid); in testManagedProfileSeparateChallenge()182 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID)); in testManagedProfileSeparateChallenge()[all …]
259 final long profileSid = mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID); in testManagedProfileUnifiedChallengeMigration() local263 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() local299 assertTrue(profileSid != 0); in testManagedProfileSeparateChallengeMigration()300 assertTrue(profileSid != primarySid); in testManagedProfileSeparateChallengeMigration()319 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID)); in testManagedProfileSeparateChallengeMigration()