Searched refs:worstType (Results 1 – 1 of 1) sorted by relevance
8211 int worstType = 0; in killPids() local8216 if (type > worstType) { in killPids()8217 worstType = type; in killPids()8224 if (worstType < ProcessList.CACHED_APP_MAX_ADJ in killPids()8225 && worstType > ProcessList.CACHED_APP_MIN_ADJ) { in killPids()8226 worstType = ProcessList.CACHED_APP_MIN_ADJ; in killPids()8231 if (!secure && worstType < ProcessList.SERVICE_ADJ) { in killPids()8232 worstType = ProcessList.SERVICE_ADJ; in killPids()8235 Slog.w(TAG, "Killing processes " + reason + " at adjustment " + worstType); in killPids()8242 if (adj >= worstType && !proc.isKilledByAm()) { in killPids()