|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.content.pm.PackageItemInfo
android.content.pm.InstrumentationInfo
public class InstrumentationInfo
Information you can retrieve about a particular piece of test instrumentation. This corresponds to information collected from the AndroidManifest.xml's <instrumentation> tag.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class android.content.pm.PackageItemInfo |
|---|
PackageItemInfo.DisplayNameComparator |
| Nested classes/interfaces inherited from interface android.os.Parcelable |
|---|
Parcelable.Creator<T> |
| Field Summary | |
|---|---|
static Parcelable.Creator<InstrumentationInfo> |
CREATOR
|
String |
dataDir
Full path to a directory assigned to the package for its persistent data. |
boolean |
functionalTest
Specifies whether or not to run this instrumentation as a functional test |
boolean |
handleProfiling
Specifies whether or not this instrumentation will handle profiling. |
String |
publicSourceDir
Full path to the location of the publicly available parts of this package (i.e. |
String |
sourceDir
Full path to the location of this package. |
String |
targetPackage
The name of the application package being instrumented. |
| Fields inherited from class android.content.pm.PackageItemInfo |
|---|
icon, labelRes, metaData, name, nonLocalizedLabel, packageName |
| Fields inherited from interface android.os.Parcelable |
|---|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
| Constructor Summary | |
|---|---|
InstrumentationInfo()
|
|
InstrumentationInfo(InstrumentationInfo orig)
|
|
| Method Summary | |
|---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's marshalled representation. |
String |
toString()
Returns a string containing a concise, human-readable description of the receiver. |
void |
writeToParcel(Parcel dest,
int parcelableFlags)
Flatten this object in to a Parcel. |
| Methods inherited from class android.content.pm.PackageItemInfo |
|---|
dumpBack, dumpFront, loadIcon, loadLabel, loadXmlMetaData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String targetPackage
public String sourceDir
public String publicSourceDir
public String dataDir
public boolean handleProfiling
public boolean functionalTest
public static final Parcelable.Creator<InstrumentationInfo> CREATOR
| Constructor Detail |
|---|
public InstrumentationInfo()
public InstrumentationInfo(InstrumentationInfo orig)
| Method Detail |
|---|
public String toString()
Object
toString in class Objectpublic int describeContents()
Parcelable
describeContents in interface Parcelable
public void writeToParcel(Parcel dest,
int parcelableFlags)
Parcelable
writeToParcel in interface ParcelablewriteToParcel in class PackageItemInfodest - The Parcel in which the object should be written.parcelableFlags - Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||