android.content.pm
Class InstrumentationInfo
java.lang.Object
android.content.pm.PackageItemInfo
android.content.pm.InstrumentationInfo
- All Implemented Interfaces:
- Parcelable
public class InstrumentationInfo
- extends PackageItemInfo
- implements Parcelable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
targetPackage
public java.lang.String targetPackage
sourceDir
public java.lang.String sourceDir
publicSourceDir
public java.lang.String publicSourceDir
dataDir
public java.lang.String dataDir
handleProfiling
public boolean handleProfiling
functionalTest
public boolean functionalTest
CREATOR
public static final Parcelable.Creator<InstrumentationInfo> CREATOR
InstrumentationInfo
public InstrumentationInfo()
InstrumentationInfo
public InstrumentationInfo(InstrumentationInfo orig)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
describeContents
public int describeContents()
- Specified by:
describeContents in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int parcelableFlags)
- Specified by:
writeToParcel in interface Parcelable- Overrides:
writeToParcel in class PackageItemInfo
Copyright © 2008-2010. All Rights Reserved.