OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddonPackage
(Results
1 - 2
of
2
) sorted by null
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
AddonPackage.java
48
public class
AddonPackage
extends MajorRevisionPackage
132
public
AddonPackage
(
216
return new
AddonPackage
(target, props);
220
protected
AddonPackage
(IAndroidTarget target, Properties props) {
225
protected
AddonPackage
(SdkSource source, IAndroidTarget target, Properties props) {
601
if (pkg instanceof
AddonPackage
) {
602
AddonPackage
newPkg = (
AddonPackage
)pkg;
644
if (!(obj instanceof
AddonPackage
)) {
647
AddonPackage
other = (AddonPackage) obj
[
all
...]
/tools/build/builder/prebuilts/
sdklib.jar
Completed in 859 milliseconds