android.content.pm
Class InstrumentationInfo

java.lang.Object
  extended by android.content.pm.PackageItemInfo
      extended by android.content.pm.InstrumentationInfo
All Implemented Interfaces:
Parcelable

public class InstrumentationInfo
extends PackageItemInfo
implements Parcelable


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.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<InstrumentationInfo> CREATOR
           
 String dataDir
           
 boolean functionalTest
           
 boolean handleProfiling
           
 String publicSourceDir
           
 String sourceDir
           
 String targetPackage
           
 
Fields inherited from class android.content.pm.PackageItemInfo
icon, labelRes, logo, 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()
           
 String toString()
           
 void writeToParcel(Parcel dest, int parcelableFlags)
           
 
Methods inherited from class android.content.pm.PackageItemInfo
dumpBack, dumpFront, loadIcon, loadLabel, loadLogo, loadXmlMetaData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

targetPackage

public String targetPackage

sourceDir

public String sourceDir

publicSourceDir

public String publicSourceDir

dataDir

public String dataDir

handleProfiling

public boolean handleProfiling

functionalTest

public boolean functionalTest

CREATOR

public static final Parcelable.Creator<InstrumentationInfo> CREATOR
Constructor Detail

InstrumentationInfo

public InstrumentationInfo()

InstrumentationInfo

public InstrumentationInfo(InstrumentationInfo orig)
Method Detail

toString

public String toString()
Overrides:
toString in class 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-2012. All Rights Reserved.