Searched refs:secondaryUser (Results 1 – 4 of 4) sorted by relevance
85 UserInfo secondaryUser = addUser(); in testGetProfiles() local86 UserInfo profile = addProfile(secondaryUser); in testGetProfiles()99 || users.get(1).id == secondaryUser.id); in testGetProfiles()108 UserInfo secondaryUser = addUser(); in testGetProfileIds_specifyType() local109 UserInfo profile = addProfile(secondaryUser); in testGetProfileIds_specifyType()137 UserInfo secondaryUser = addUser(); in testProfileBadge() local150 addProfile(secondaryUser); in testProfileBadge()180 UserInfo secondaryUser = addUser(); in testProfileBadgeReuse() local181 UserInfo profile = addProfile(secondaryUser); in testProfileBadgeReuse()339 UserInfo secondaryUser = new UserInfo( in addUser() local[all …]
127 final UserInfo secondaryUser = spy(new UserInfo()); in getSecondaryUserControllers_notWorkProfile_addSecondaryUserController() local128 secondaryUser.id = 10; in getSecondaryUserControllers_notWorkProfile_addSecondaryUserController()132 userInfos.add(secondaryUser); in getSecondaryUserControllers_notWorkProfile_addSecondaryUserController()146 final UserInfo secondaryUser = spy(new UserInfo()); in getSecondaryUserControllers_workProfile_addNoSecondaryUserController() local147 secondaryUser.id = 10; in getSecondaryUserControllers_workProfile_addNoSecondaryUserController()151 userInfos.add(secondaryUser); in getSecondaryUserControllers_workProfile_addNoSecondaryUserController()166 secondaryUser.id = 10; in getSecondaryUserControllers_notWorkProfileWorkProfileOnly_addNoSecondController()170 userInfos.add(secondaryUser); in getSecondaryUserControllers_notWorkProfileWorkProfileOnly_addNoSecondController()184 final UserInfo secondaryUser = new UserInfo(); in profilesOfPrimaryUserAreIgnored() local185 secondaryUser.id = mPrimaryUser.id; in profilesOfPrimaryUserAreIgnored()[all …]
112 private val secondaryUser = regex173 secondaryUser,
157 static final UserInfo secondaryUser = new UserInfo(15, "Secondary", FLAG_ADMIN); field in VpnTest163 restrictedProfileB.restrictedProfileParentId = secondaryUser.id;295 setMockedUsers(primaryUser, secondaryUser, restrictedProfileA, restrictedProfileB); in testRestrictedProfilesAreAddedToVpn()