Uses of Class
android.content.pm.InstrumentationInfo

Packages that use InstrumentationInfo
android.content.pm   
 

Uses of InstrumentationInfo in android.content.pm
 

Fields in android.content.pm declared as InstrumentationInfo
 InstrumentationInfo[] PackageInfo.instrumentation
           
 

Fields in android.content.pm with type parameters of type InstrumentationInfo
static Parcelable.Creator<InstrumentationInfo> InstrumentationInfo.CREATOR
           
 

Methods in android.content.pm that return InstrumentationInfo
abstract  InstrumentationInfo PackageManager.getInstrumentationInfo(ComponentName className, int flags)
           
 

Methods in android.content.pm that return types with arguments of type InstrumentationInfo
abstract  List<InstrumentationInfo> PackageManager.queryInstrumentation(String targetPackage, int flags)
           
 

Constructors in android.content.pm with parameters of type InstrumentationInfo
InstrumentationInfo(InstrumentationInfo orig)
           
 



Copyright © 2008-2012. All Rights Reserved.