English | Site Directory

Android - An Open Handset Alliance Project

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.

Summary

Constants

      Value  
Creator  CREATOR       

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. 
Fields inherited from class android.content.pm.PackageItemInfo

Public Constructors

          InstrumentationInfo()
          InstrumentationInfo(InstrumentationInfo orig)

Public Methods

        String  toString()
Answers a string containing a concise, human-readable description of the receiver.
        void  writeToParcel(Parcel dest)
Methods inherited from class android.content.pm.PackageItemInfo
Methods inherited from class java.lang.Object
Methods inherited from interface android.os.Parcelable

Details

Constants

public static final Creator CREATOR

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. From the "package" attribute.

Public Constructors

public InstrumentationInfo()

public InstrumentationInfo(InstrumentationInfo orig)

Public Methods

public String toString()

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

public void writeToParcel(Parcel dest)

Build m5-rc15g - 14 May 2008 12:50