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

Completed in 58 milliseconds