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