Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DUserController.java454 List<Integer> currentlyRunning = getRunningUsersLU(); in stopRunningUsersLU() local
455 Iterator<Integer> iterator = currentlyRunning.iterator(); in stopRunningUsersLU()
456 while (currentlyRunning.size() > maxRunningUsers && iterator.hasNext()) { in stopRunningUsersLU()