Searched refs:userManagerShadow (Results 1 – 1 of 1) sorted by relevance
152 final ShadowUserManager userManagerShadow = Shadow.extract(userManager); in testSetAdminSupportDetails() local163 userManagerShadow.addProfile(new UserInfo(123, null, 0)); in testSetAdminSupportDetails()164 userManagerShadow.addUserProfile(new UserHandle(123)); in testSetAdminSupportDetails()177 final ShadowUserManager userManagerShadow = Shadow.extract(userManager); in testSetAdminSupportDetailsNotAdmin() local184 userManagerShadow.addProfile(new UserInfo(123, null, 0)); in testSetAdminSupportDetailsNotAdmin()194 final ShadowUserManager userManagerShadow = Shadow.extract(userManager); in testMaybeSetLearnMoreButton() local200 userManagerShadow.getSameProfileGroupIds().put(123, 0); in testMaybeSetLearnMoreButton()208 userManagerShadow.getSameProfileGroupIds().clear(); in testMaybeSetLearnMoreButton()