HomeSort by relevance Sort by last modified time
    Searched refs:CONTAINER_FRAMEWORK (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 106 if (AdtConstants.CONTAINER_FRAMEWORK.equals(containerPath.toString())) {
109 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_FRAMEWORK),
140 new Path(AdtConstants.CONTAINER_FRAMEWORK),
191 new Path(AdtConstants.CONTAINER_FRAMEWORK),
381 new Path(AdtConstants.CONTAINER_FRAMEWORK),
    [all...]
AndroidClasspathContainerPage.java 67 IPath path = new Path(AdtConstants.CONTAINER_FRAMEWORK);
ProjectHelper.java 312 if (AdtConstants.CONTAINER_FRAMEWORK.equals(path)) {
327 JavaCore.newContainerEntry(new Path(AdtConstants.CONTAINER_FRAMEWORK)));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java 58 public final static String CONTAINER_FRAMEWORK =

Completed in 105 milliseconds