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