Searched refs:CONTAINER_DEPENDENCIES (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.ide.eclipse.adt.AdtConstants.CONTAINER_DEPENDENCIES;97 new Path(AdtConstants.CONTAINER_DEPENDENCIES), in updateProjects()136 } else if(AdtConstants.CONTAINER_DEPENDENCIES.equals(containerPath.toString())) { in initialize()139 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_DEPENDENCIES), in initialize()391 return allocateContainer(javaProject, entries, new Path(CONTAINER_DEPENDENCIES), in allocateDependencyContainer()530 if (!e.getPath().toString().equals(CONTAINER_DEPENDENCIES) && e.isExported()) { in getDependencyListFromClasspath()
353 } else if (AdtConstants.CONTAINER_DEPENDENCIES.equals(path)) { in fixProjectClasspathEntries()402 new Path(AdtConstants.CONTAINER_DEPENDENCIES), true)); in fixProjectClasspathEntries()409 new Path(AdtConstants.CONTAINER_DEPENDENCIES), in fixProjectClasspathEntries()
69 public final static String CONTAINER_DEPENDENCIES = "com.android.ide.eclipse.adt.DEPENDENCIES"; field in AdtConstants
1029 e.getPath().toString().equals(AdtConstants.CONTAINER_DEPENDENCIES))) { in gatherPaths()