Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/specialaccess/pictureinpicture/
DPictureInPictureSettingsTest.java75 UserInfo profileUserInfo = new UserInfo(); in setUp() local
76 profileUserInfo.id = PROFILE_USER_ID; in setUp()
79 .thenReturn(ImmutableList.of(primaryUserInfo, profileUserInfo)); in setUp()
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowUserManager.java104 UserInfo profileUserInfo = new UserInfo(profileUserHandle, profileName, profileFlags); in addProfile() local
105 addProfile(profileUserInfo); in addProfile()