File
Doc
Category
Size
Date
Package
InstrumentationInfo.java
API Doc
Android 5.1 API
1035
Sat Mar 14 14:09:36 GMT 2015
android.content.pm
InstrumentationInfo
java.lang.Object
android.content.pm.PackageItemInfo
public class InstrumentationInfo extends android.content.pm.PackageItemInfo implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public String
dataDir
public boolean
functionalTest
public boolean
handleProfiling
public String
publicSourceDir
public String
sourceDir
public String[]
splitPublicSourceDirs
public String[]
splitSourceDirs
public String
targetPackage
Constructors Summary
public InstrumentationInfo
()
throw new RuntimeException("Stub!");
public InstrumentationInfo
(
InstrumentationInfo
orig)
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
parcelableFlags)
throw new RuntimeException("Stub!");
Java Code Source