Home
last modified time | relevance | path

Searched refs:userInfo1 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java271 UserInfo userInfo1 = createUser("Guest 1", UserInfo.FLAG_GUEST); in testThereCanBeOnlyOneGuest() local
272 assertThat(userInfo1).isNotNull(); in testThereCanBeOnlyOneGuest()
280 UserInfo userInfo1 = createUser("Guest", UserInfo.FLAG_GUEST); in testFindExistingGuest_guestExists() local
281 assertThat(userInfo1).isNotNull(); in testFindExistingGuest_guestExists()
370 UserInfo userInfo1 = createProfileForUser("Managed 1", in testAddManagedProfile() local
375 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() local
403 .that(isPackageInstalledForUser(pkg, userInfo1.id)).isTrue(); in testAddManagedProfile_withDisallowedPackages()
[all …]