Home
last modified time | relevance | path

Searched refs:mMaxRunningUsers (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java366 mUserController.mMaxRunningUsers = 3; in testUserStoppingForMultipleUsersNormalMode()
407 mUserController.mMaxRunningUsers = 3; in testUserStoppingForMultipleUsersDelayedLockingMode()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java163 int mMaxRunningUsers; field in UserController
283 stopRunningUsersLU(mMaxRunningUsers); in finishUserSwitch()
334 return getRunningUsersLU().size() < mMaxRunningUsers; in canStartMoreUsers()
860 if (totalUnlockedUsers > mMaxRunningUsers) { // should lock a user
969 for (; i < profilesToStartSize && i < (mMaxRunningUsers - 1); ++i) {
DActivityManagerService.java8950 mUserController.mMaxRunningUsers = res.getInteger( in retrieveSettings()
17963 return mUserController.mMaxRunningUsers; in getMaxRunningUsers()