Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java15381 final int numOfProcs = mProcessList.getProcessNamesLOSP().getMap().size(); in killForegroundAppsForUser() local
15382 for (int ip = 0; ip < numOfProcs; ip++) { in killForegroundAppsForUser()
15400 final int numOfProcs = procs.size(); in killForegroundAppsForUser() local
15401 if (numOfProcs > 0) { in killForegroundAppsForUser()
15403 for (int i = 0; i < numOfProcs; i++) { in killForegroundAppsForUser()