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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 233 public static class LibraryDifference {
248 * Removed libraries are removed from the state list, and added to the {@link LibraryDifference}
254 * @return an instance of {@link LibraryDifference} describing the change in libraries.
256 public LibraryDifference reloadProperties() {
265 LibraryDifference diff = new LibraryDifference();
Sdk.java 32 import com.android.ide.eclipse.adt.internal.sdk.ProjectState.LibraryDifference;
    [all...]

Completed in 64 milliseconds