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

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ArchiveInfo.java 42 * @see ArchiveInfo#ArchiveInfo(Archive, Archive, ArchiveInfo[])
44 class ArchiveInfo extends ArchiveReplacement implements Comparable<ArchiveInfo> {
46 private final ArchiveInfo[] mDependsOn;
47 private final ArrayList<ArchiveInfo> mDependencyFor = new ArrayList<ArchiveInfo>();
68 public ArchiveInfo(Archive newArchive, Archive replaced, ArchiveInfo[] dependsOn) {
    [all...]
SdkUpdaterChooserDialog.java 94 * Typically we could add a map Archive=>ArchiveInfo later.
96 private final Collection<ArchiveInfo> mArchives;
108 Collection<ArchiveInfo> archives) {
121 * This is similar to the {@link ArchiveInfo} list instance given to the constructor
126 public ArrayList<ArchiveInfo> getResult() {
127 ArrayList<ArchiveInfo> ais = new ArrayList<ArchiveInfo>();
130 for (ArchiveInfo ai : mArchives) {
288 for (ArchiveInfo ai : mArchives) {
375 ArchiveInfo ai = getSelectedArchive();
    [all...]

Completed in 391 milliseconds