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 271 public static class LibraryDifference {
286 * Removed libraries are removed from the state list, and added to the {@link LibraryDifference}
292 * @return an instance of {@link LibraryDifference} describing the change in libraries.
294 public LibraryDifference reloadProperties() {
303 LibraryDifference diff = new LibraryDifference();
Sdk.java 41 import com.android.ide.eclipse.adt.internal.sdk.ProjectState.LibraryDifference;
    [all...]

Completed in 44 milliseconds