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.java319 List<Integer> currentlyRunning = getRunningUsersLU(); in stopRunningUsersLU() local
320 Iterator<Integer> iterator = currentlyRunning.iterator(); in stopRunningUsersLU()
321 while (currentlyRunning.size() > maxRunningUsers && iterator.hasNext()) { in stopRunningUsersLU()