Home
last modified time | relevance | path

Searched refs:UserProfileController (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DUserProfileController.java39 public class UserProfileController extends PreferenceController class
48 public UserProfileController( in UserProfileController() method in UserProfileController
DSecondaryUserController.java75 new UserProfileController( in getSecondaryUserControllers()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DUserProfileControllerTest.java66 private UserProfileController mController;
74 mController = new UserProfileController(mContext, mPrimaryProfile, mUserManager, 0); in setUp()
DSecondaryUserControllerTest.java154 assertThat(controllers.get(0) instanceof UserProfileController).isTrue(); in profilesOfPrimaryUserAreNotIgnored()