Reference:Android.content.pm.InstrumentationInfo

From Triled Wiki

Jump to: navigation, search


android.content.pm
public class android.content.pm.InstrumentationInfo

java.lang.Object
android.content.pm.PackageItemInfo
android.content.pm.InstrumentationInfo Parcelable

Information you can retrieve about a particular piece of test instrumentation. This corresponds to information collected from the AndroidManifest.xml's <instrumentation> tag.

Contents

[edit] Summary

[edit] Constants

      Value  
Creator   CREATOR        

[edit] Fields

public      String   dataDir   Full path to a directory assigned to the package for its persistent data.  
public      boolean  functionalTest   Specifies whether or not to run this instrumentation as a functional test  
public      boolean  handleProfiling   Specifies whether or not this instrumentation will handle profiling.  
public      String   sourceDir   Full path to the location of this package.  
public      String   targetPackage   The name of the application package being instrumented.  

[edit] Fields inherited from class android.content.pm.PackageItemInfo

icon, labelRes, metaData, name, nonLocalizedLabel, packageName

[edit] Public Constructors

          InstrumentationInfo ()
          InstrumentationInfo (InstrumentationInfo orig)

[edit] Public Methods

        String   toString ()
Answers a string containing a concise, human-readable description of the receiver.
        void  writeToParcel (Parcel dest)

[edit] Methods inherited from class android.content.pm.PackageItemInfo
dumpFront, loadIcon, loadLabel, loadXmlMetaData, writeToParcel
[edit] Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
[edit] Methods inherited from interface android.os.Parcelable

writeToParcel

[edit] Details

[edit] Constants

[edit] public static final Creator CREATOR

[edit] Fields

[edit] public String dataDir

Full path to a directory assigned to the package for its persistent data.

[edit] public boolean functionalTest

Specifies whether or not to run this instrumentation as a functional test

[edit] public boolean handleProfiling

Specifies whether or not this instrumentation will handle profiling.

[edit] public String sourceDir

Full path to the location of this package.

[edit] public String targetPackage

The name of the application package being instrumented. From the "package" attribute.

[edit] Public Constructors

[edit] public InstrumentationInfo()

[edit] public InstrumentationInfo(InstrumentationInfo orig)

[edit] Public Methods

[edit] public String toString()

Answers a string containing a concise, human-readable description of the receiver.

[edit] public void writeToParcel(Parcel dest)

[edit] References

Personal tools