Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryManagerTest.java103 UserInfo userProfile = new UserInfo(); in setUp() local
104 userProfile.id = mProfileId; in setUp()
105 mUsers.add(userProfile); in setUp()
108 mProfiles = new int[] {userSystem.id, userProfile.id}; in setUp()
112 when(mUserManager.getProfileIds(userProfile.id, true)) in setUp()
113 .thenReturn(new int[] {userProfile.id}); in setUp()
115 when(mUserManager.getProfileParent(userProfile.id)).thenReturn(userSystem); in setUp()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java1353 UserInfo userProfile = createProfileForUser("Managed 1", in testCreateProfile_withContextUserId() local
1355 assertThat(userProfile).isNotNull(); in testCreateProfile_withContextUserId()
1363 assertThat(profiles.get(0).equals(userProfile.getUserHandle()) in testCreateProfile_withContextUserId()
1364 || profiles.get(1).equals(userProfile.getUserHandle())).isTrue(); in testCreateProfile_withContextUserId()