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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java 68 public final static String CONTAINER_PRIVATE_LIBRARIES = "com.android.ide.eclipse.adt.LIBRARIES"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 90 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES),
124 if (AdtConstants.CONTAINER_PRIVATE_LIBRARIES.equals(containerPath.toString())) {
127 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES),
194 return allocateContainer(javaProject, entries, new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES),
ProjectHelper.java 349 } else if (AdtConstants.CONTAINER_PRIVATE_LIBRARIES.equals(path)) {
381 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), true));
388 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES),
    [all...]

Completed in 540 milliseconds