Searched refs:userInfo1 (Results 1 – 1 of 1) sorted by relevance
271 UserInfo userInfo1 = createUser("Guest 1", UserInfo.FLAG_GUEST); in testThereCanBeOnlyOneGuest() local272 assertThat(userInfo1).isNotNull(); in testThereCanBeOnlyOneGuest()280 UserInfo userInfo1 = createUser("Guest", UserInfo.FLAG_GUEST); in testFindExistingGuest_guestExists() local281 assertThat(userInfo1).isNotNull(); in testFindExistingGuest_guestExists()370 UserInfo userInfo1 = createProfileForUser("Managed 1", in testAddManagedProfile() local375 assertThat(userInfo1).isNotNull(); in testAddManagedProfile()378 assertThat(userInfo1.userType).isEqualTo(UserManager.USER_TYPE_PROFILE_MANAGED); in testAddManagedProfile()380 assertWithMessage("Wrong flags %s", userInfo1.flags).that(userInfo1.flags & requiredFlags) in testAddManagedProfile()393 UserInfo userInfo1 = createProfileForUser("Managed1", in testAddManagedProfile_withDisallowedPackages() local403 .that(isPackageInstalledForUser(pkg, userInfo1.id)).isTrue(); in testAddManagedProfile_withDisallowedPackages()[all …]