Searched refs:CONTAINER_PRIVATE_LIBRARIES (Results 1 – 3 of 3) sorted by relevance
93 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()
351 } 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()
68 …public final static String CONTAINER_PRIVATE_LIBRARIES = "com.android.ide.eclipse.adt.LIBRARIES"; … field in AdtConstants