Searched refs:UserProfileController (Results 1 – 4 of 4) sorted by relevance
39 public class UserProfileController extends PreferenceController class48 public UserProfileController( in UserProfileController() method in UserProfileController
75 new UserProfileController( in getSecondaryUserControllers()
66 private UserProfileController mController;74 mController = new UserProfileController(mContext, mPrimaryProfile, mUserManager, 0); in setUp()
154 assertThat(controllers.get(0) instanceof UserProfileController).isTrue(); in profilesOfPrimaryUserAreNotIgnored()