Searched refs:sMaxRecentTasks (Results 1 – 1 of 1) sorted by relevance
129 private static int sMaxRecentTasks = -1; field in ActivityTaskManager203 if (sMaxRecentTasks < 0) { in getMaxRecentTasksStatic()204 return sMaxRecentTasks = ActivityManager.isLowRamDeviceStatic() ? 36 : 48; in getMaxRecentTasksStatic()206 return sMaxRecentTasks; in getMaxRecentTasksStatic()