Searched refs:userManagerShadow (Results 1 – 1 of 1) sorted by relevance
141 final ShadowUserManager userManagerShadow = Shadow.extract(userManager); in testSetAdminSupportDetails() local149 createShadowWorkProfile(userManagerShadow); in testSetAdminSupportDetails()162 final ShadowUserManager userManagerShadow = Shadow.extract(userManager); in testSetAdminSupportDetails_shortSupportMessageIsNull() local170 createShadowWorkProfile(userManagerShadow); in testSetAdminSupportDetails_shortSupportMessageIsNull()184 final ShadowUserManager userManagerShadow = Shadow.extract(userManager); in testSetAdminSupportDetailsNotAdmin() local192 userManagerShadow.addProfile(new UserInfo(123, null, 0)); in testSetAdminSupportDetailsNotAdmin()205 ShadowUserManager userManagerShadow = Shadow.extract(userManager); in testMaybeSetLearnMoreButton() local207 userManagerShadow.getSameProfileGroupIds().put(USER_ID, 0); in testMaybeSetLearnMoreButton()215 userManagerShadow.getSameProfileGroupIds().clear(); in testMaybeSetLearnMoreButton()238 userManagerShadow.addProfile(new UserInfo(123, null, 0)); in createShadowWorkProfile()[all …]