Searched refs:SVELTE_LIMIT_CACHE (Results 1 – 3 of 3) sorted by relevance
203 if (config.svelteLevel < RecentsConfiguration.SVELTE_LIMIT_CACHE) { in run()548 } else if (config.svelteLevel == RecentsConfiguration.SVELTE_LIMIT_CACHE) { in onTrimMemory()
245 if (mConfig.svelteLevel <= RecentsConfiguration.SVELTE_LIMIT_CACHE) { in executePlan()
46 public static final int SVELTE_LIMIT_CACHE = 1; field in RecentsConfiguration