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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 732 LibraryState libState = projectState.getLibrary(project);
733 if (libState != null) {
740 libState.close();
781 LibraryState libState = openedState.needs(projectState);
783 if (libState != null) {
785 linkProjectAndLibrary(openedState, libState, null,
806 LibraryState libState = projectState.needs(openedState);
807 if (libState != null) {
808 linkProjectAndLibrary(projectState, libState, null,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectState.java 263 LibraryState libState = oldLibraries.get(i);
264 if (libState.equals(convertedPath)) {
268 mLibraries.add(libState);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 248 ProjectState libState = lib.getProjectState();
249 addItem(lib.getRelativePath(), libState != null ? libState.getProject() : null, -1);

Completed in 162 milliseconds