Home
last modified time | relevance | path

Searched refs:CONTAINER_PRIVATE_LIBRARIES (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DLibraryClasspathContainerInitializer.java93 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), in updateProjects()
127 if (AdtConstants.CONTAINER_PRIVATE_LIBRARIES.equals(containerPath.toString())) { in initialize()
130 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), in initialize()
197 … return allocateContainer(javaProject, entries, new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), in allocateLibraryContainer()
DProjectHelper.java351 } else if (AdtConstants.CONTAINER_PRIVATE_LIBRARIES.equals(path)) { in fixProjectClasspathEntries()
383 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), true)); in fixProjectClasspathEntries()
390 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), in fixProjectClasspathEntries()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtConstants.java68 …public final static String CONTAINER_PRIVATE_LIBRARIES = "com.android.ide.eclipse.adt.LIBRARIES"; … field in AdtConstants