Fields Summary |
---|
public String | targetPackageThe name of the application package being instrumented. From the
"package" attribute. |
public String | sourceDirFull path to the base APK for this application. |
public String | publicSourceDirFull path to the publicly available parts of {@link #sourceDir},
including resources and manifest. This may be different from
{@link #sourceDir} if an application is forward locked. |
public String[] | splitSourceDirsFull paths to zero or more split APKs that, when combined with the base
APK defined in {@link #sourceDir}, form a complete application. |
public String[] | splitPublicSourceDirsFull path to the publicly available parts of {@link #splitSourceDirs},
including resources and manifest. This may be different from
{@link #splitSourceDirs} if an application is forward locked. |
public String | dataDirFull path to a directory assigned to the package for its persistent
data. |
public String | nativeLibraryDirFull path to the directory where the native JNI libraries are stored.
{@hide} |
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 |