public class InstrumentationInfo extends PackageItemInfo implements Parcelable
PackageItemInfo.DisplayNameComparatorParcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<InstrumentationInfo> |
CREATOR |
String |
dataDir |
boolean |
functionalTest |
boolean |
handleProfiling |
String |
publicSourceDir |
String |
sourceDir |
String |
targetPackage |
icon, labelRes, logo, metaData, name, nonLocalizedLabel, packageNameCONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
InstrumentationInfo() |
InstrumentationInfo(InstrumentationInfo orig) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int parcelableFlags) |
dumpBack, dumpFront, loadIcon, loadLabel, loadLogo, loadXmlMetaDatapublic String targetPackage
public String sourceDir
public String publicSourceDir
public String dataDir
public boolean handleProfiling
public boolean functionalTest
public static final Parcelable.Creator<InstrumentationInfo> CREATOR
public InstrumentationInfo()
public InstrumentationInfo(InstrumentationInfo orig)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int parcelableFlags)
writeToParcel in interface ParcelablewriteToParcel in class PackageItemInfoCopyright © 2008-2013. All Rights Reserved.