Searched refs:CONTAINER_FRAMEWORK (Results 1 – 4 of 4) sorted by relevance
110 if (AdtConstants.CONTAINER_FRAMEWORK.equals(containerPath.toString())) { in initialize()113 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_FRAMEWORK), in initialize()144 new Path(AdtConstants.CONTAINER_FRAMEWORK), in updateProjects()199 new Path(AdtConstants.CONTAINER_FRAMEWORK), in allocateAndroidContainer()392 new Path(AdtConstants.CONTAINER_FRAMEWORK),
67 IPath path = new Path(AdtConstants.CONTAINER_FRAMEWORK); in getSelection()
349 if (AdtConstants.CONTAINER_FRAMEWORK.equals(path)) { in fixProjectClasspathEntries()375 JavaCore.newContainerEntry(new Path(AdtConstants.CONTAINER_FRAMEWORK))); in fixProjectClasspathEntries()
64 public final static String CONTAINER_FRAMEWORK = field in AdtConstants