Searched refs:gMaxRecentTasks (Results 1 – 1 of 1) sorted by relevance
83 private static int gMaxRecentTasks = -1; field in ActivityManager917 if (gMaxRecentTasks < 0) { in getMaxRecentTasksStatic()918 return gMaxRecentTasks = isLowRamDeviceStatic() ? 36 : 48; in getMaxRecentTasksStatic()920 return gMaxRecentTasks; in getMaxRecentTasksStatic()