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

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/
ImageFactory.java 22 import com.android.sdkuilib.internal.repository.RepoSourcesAdapter;
103 } else if (object instanceof RepoSourcesAdapter.RepoSourceError) {
106 } else if (object instanceof RepoSourcesAdapter.RepoSourceEmpty) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
RepoSourcesAdapter.java 42 public class RepoSourcesAdapter {
96 public RepoSourcesAdapter(UpdaterData updaterData) {
147 assert newInput == RepoSourcesAdapter.this;
152 * The input here is a {@link RepoSourcesAdapter} object, this returns an array
163 * For a {@link RepoSourcesAdapter} object, returns an array of {@link RepoSource}s.
168 if (parentElement == RepoSourcesAdapter.this) {
253 * The input {@link RepoSourcesAdapter} is the parent of all {@link RepoSource} elements.
258 return RepoSourcesAdapter.this;
UpdaterData.java 71 private final RepoSourcesAdapter mSourcesAdapter = new RepoSourcesAdapter(this);
124 public RepoSourcesAdapter getSourcesAdapter() {
RemotePackagesPage.java 412 RepoSourcesAdapter sources = mUpdaterData.getSourcesAdapter();

Completed in 172 milliseconds