Home
last modified time | relevance | path

Searched refs:shadowUserManager (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DApplicationsStateRoboTest.java513 ShadowUserManager shadowUserManager = Shadow in removeProfileApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries() local
515 shadowUserManager.addProfile(PROFILE_USERID, "profile"); in removeProfileApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries()
587 ShadowUserManager shadowUserManager = Shadow in removeOwnerApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries() local
589 shadowUserManager.addProfile(PROFILE_USERID, "profile"); in removeOwnerApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries()
665 ShadowUserManager shadowUserManager = Shadow in noAppRemoved_workprofileExists_doResumeIfNeededLocked_shouldNotClearEntries() local
667 shadowUserManager.addProfile(PROFILE_USERID, "profile"); in noAppRemoved_workprofileExists_doResumeIfNeededLocked_shouldNotClearEntries()
782 ShadowUserManager shadowUserManager = Shadow.extract(um); in shouldShowInPersonalTab_currentUserIsParent_returnsAsPerUserPropertyOfProfile1() local
783 shadowUserManager.addProfile(USER_SYSTEM, PROFILE_USERID, in shouldShowInPersonalTab_currentUserIsParent_returnsAsPerUserPropertyOfProfile1()
785 shadowUserManager.addProfile(USER_SYSTEM, PROFILE_USERID2, in shouldShowInPersonalTab_currentUserIsParent_returnsAsPerUserPropertyOfProfile1()
787 shadowUserManager.setupUserProperty(PROFILE_USERID, in shouldShowInPersonalTab_currentUserIsParent_returnsAsPerUserPropertyOfProfile1()
[all …]
/aosp14/frameworks/base/services/robotests/src/com/android/server/pm/
H A DCrossProfileAppsServiceImplRoboTest.java240 final ShadowUserManager shadowUserManager = Shadow.extract(mUserManager); in setUpProfiles() local
241 shadowUserManager.addProfileIds( in setUpProfiles()
245 shadowUserManager.addProfileIds( in setUpProfiles()