Searched defs:maxProcState (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java6762 * @param maxProcState the process state at or below which to preserve
6765 private void killAllBackgroundProcessesExcept(int minTargetSdk, int maxProcState) { argument
6788 && (maxProcState < 0 || app.setProcState > maxProcState)) {
[all...]

Completed in 69 milliseconds