OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RepoSourcesAdapter
(Results
1 - 4
of
4
) sorted by null
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/
ImageFactory.java
23
import com.android.sdkuilib.internal.repository.sdkman1.
RepoSourcesAdapter
;
116
} else if (object instanceof
RepoSourcesAdapter
.RepoSourceError) {
119
} else if (object instanceof
RepoSourcesAdapter
.RepoSourceEmpty) {
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/
RepoSourcesAdapter.java
45
public class
RepoSourcesAdapter
{
99
public
RepoSourcesAdapter
(UpdaterData updaterData) {
155
* The input here is a {@link
RepoSourcesAdapter
} object, this returns an array
166
* For a {@link
RepoSourcesAdapter
} object, returns an array of {@link SdkSource}s.
171
if (parentElement ==
RepoSourcesAdapter
.this) {
278
* The input {@link
RepoSourcesAdapter
} is the parent of all {@link SdkSource} elements.
283
return
RepoSourcesAdapter
.this;
RemotePackagesPage.java
484
RepoSourcesAdapter
sources = mUpdaterData.getSourcesAdapter();
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterData.java
53
import com.android.sdkuilib.internal.repository.sdkman1.
RepoSourcesAdapter
;
94
private final
RepoSourcesAdapter
mSourcesAdapter = new
RepoSourcesAdapter
(this);
147
public
RepoSourcesAdapter
getSourcesAdapter() {
[
all
...]
Completed in 70 milliseconds