Home
last modified time | relevance | path

Searched refs:addUserProfile (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountDetailDashboardFragmentTest.java189 userManager.addUserProfile(new UserHandle(1)); in onResume_accountMissing_shouldFinish()
201 userManager.addUserProfile(new UserHandle(1)); in onResume_accountPresentOneProfile_shouldNotFinish()
213 userManager.addUserProfile(new UserHandle(1)); in onResume_accountPresentTwoProfiles_shouldNotFinish()
214 userManager.addUserProfile(new UserHandle(2)); in onResume_accountPresentTwoProfiles_shouldNotFinish()
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
DLocationInjectedServicesPreferenceControllerTest.java194 ShadowUserManager.getShadow().addUserProfile(UserHandle.of(fakePrivateProfileId)); in privateProfileDisallowShareLocationOn_getParentUserLocationServicesOnly()
229 ShadowUserManager.getShadow().addUserProfile(UserHandle.of(fakePrivateProfileId)); in privateProfileDisallowShareLocationOff_getAllUserLocationServices()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/face/
DFaceEnrollIntroductionTest.java212 mUserManager.addUserProfile(new UserHandle(0)); in setupActivity()
239 mUserManager.addUserProfile(new UserHandle(0)); in setupActivityForPosture()
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowUserManager.java387 public long addUserProfile(UserHandle userHandle) { in addUserProfile() method in ShadowUserManager
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogHelperTest.java242 userManagerShadow.addUserProfile(new UserHandle(123)); in createShadowWorkProfile()