Home
last modified time | relevance | path

Searched refs:CONTAINER_FRAMEWORK (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DAndroidClasspathContainerInitializer.java110 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),
DAndroidClasspathContainerPage.java67 IPath path = new Path(AdtConstants.CONTAINER_FRAMEWORK); in getSelection()
DProjectHelper.java349 if (AdtConstants.CONTAINER_FRAMEWORK.equals(path)) { in fixProjectClasspathEntries()
375 JavaCore.newContainerEntry(new Path(AdtConstants.CONTAINER_FRAMEWORK))); in fixProjectClasspathEntries()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtConstants.java64 public final static String CONTAINER_FRAMEWORK = field in AdtConstants