Searched refs:MAX_RUNNING_USERS (Results 1 – 1 of 1) sorted by relevance
369 static final int MAX_RUNNING_USERS = 3; field in ActivityManagerService20141 for (; i < n && i < (MAX_RUNNING_USERS - 1); ++i) { in startProfilesLocked()20175 while (num > MAX_RUNNING_USERS && i < mUserLru.size()) { in finishUserSwitch()