Searched refs:BG_USER_ID (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | UserControllerTest.java | 817 final int BG_USER_ID = 400; in testStoppingExcessRunningUsersAfterSwitch_currentProfileNotStopped() local 823 setUpUser(BG_USER_ID, 0).profileGroupId = UserInfo.NO_PROFILE_GROUP_ID; in testStoppingExcessRunningUsersAfterSwitch_currentProfileNotStopped() 855 mUserController.startUser(BG_USER_ID, USER_START_MODE_BACKGROUND); in testStoppingExcessRunningUsersAfterSwitch_currentProfileNotStopped() 857 SYSTEM_USER_ID, PROFILE1_ID, PARENT_ID, BG_USER_ID, FG_USER_ID), in testStoppingExcessRunningUsersAfterSwitch_currentProfileNotStopped() 864 if (!newHashSet(SYSTEM_USER_ID, PROFILE1_ID, BG_USER_ID, PROFILE2_ID, PARENT_ID, FG_USER_ID) in testStoppingExcessRunningUsersAfterSwitch_currentProfileNotStopped() 898 final int BG_USER_ID = 400; in testRunningUsersListOrder_parentAfterProfile() local 904 setUpUser(BG_USER_ID, 0).profileGroupId = UserInfo.NO_PROFILE_GROUP_ID; in testRunningUsersListOrder_parentAfterProfile() 930 mUserController.startUser(BG_USER_ID, USER_START_MODE_BACKGROUND); in testRunningUsersListOrder_parentAfterProfile() 932 new Integer[] {SYSTEM_USER_ID, PROFILE1_ID, PARENT_ID, BG_USER_ID, FG_USER_ID}), in testRunningUsersListOrder_parentAfterProfile() 942 SYSTEM_USER_ID, PROFILE1_ID, BG_USER_ID, PROFILE2_ID, PARENT_ID, FG_USER_ID}), in testRunningUsersListOrder_parentAfterProfile() [all …]
|