Fields Summary |
---|
public String | targetPackageThe name of the application package being instrumented. From the
"package" attribute. |
public String | sourceDirFull path to the location of this package. |
public String | publicSourceDirFull path to the location of the publicly available parts of this package (i.e. the resources
and manifest). For non-forward-locked apps this will be the same as {@link #sourceDir). |
public String | dataDirFull path to a directory assigned to the package for its persistent
data. |
public boolean | handleProfilingSpecifies whether or not this instrumentation will handle profiling. |
public boolean | functionalTestSpecifies whether or not to run this instrumentation as a functional test |
public static final Parcelable.Creator | CREATOR |