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.java398 mUserController.mMaxRunningUsers = 3; in testUserStoppingForMultipleUsersNormalMode()
439 mUserController.mMaxRunningUsers = 3; in testUserStoppingForMultipleUsersDelayedLockingMode()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java167 int mMaxRunningUsers; field in UserController
287 stopRunningUsersLU(mMaxRunningUsers); in finishUserSwitch()
338 return getRunningUsersLU().size() < mMaxRunningUsers; in canStartMoreUsers()
882 if (totalUnlockedUsers > mMaxRunningUsers) { // should lock a user
991 for (; i < profilesToStartSize && i < (mMaxRunningUsers - 1); ++i) {
DActivityManagerService.java8989 mUserController.mMaxRunningUsers = res.getInteger( in retrieveSettings()
18081 return mUserController.mMaxRunningUsers; in getMaxRunningUsers()