Home
last modified time | relevance | path

Searched refs:InstrumentationInfo (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DInstrumentationInfo.java27 public class InstrumentationInfo extends PackageItemInfo implements Parcelable { class
80 public InstrumentationInfo() { in InstrumentationInfo() method in InstrumentationInfo
83 public InstrumentationInfo(InstrumentationInfo orig) { in InstrumentationInfo() method in InstrumentationInfo
115 public static final Parcelable.Creator<InstrumentationInfo> CREATOR
116 = new Parcelable.Creator<InstrumentationInfo>() {
117 public InstrumentationInfo createFromParcel(Parcel source) {
118 return new InstrumentationInfo(source);
120 public InstrumentationInfo[] newArray(int size) {
121 return new InstrumentationInfo[size];
125 private InstrumentationInfo(Parcel source) { in InstrumentationInfo() method in InstrumentationInfo
DInstrumentationInfo.aidl20 parcelable InstrumentationInfo;
DPackageInfo.java144 public InstrumentationInfo[] instrumentation;
360 instrumentation = source.createTypedArray(InstrumentationInfo.CREATOR); in PackageInfo()
DIPackageManager.aidl34 import android.content.pm.InstrumentationInfo;
191 InstrumentationInfo getInstrumentationInfo( in getInstrumentationInfo()
194 List<InstrumentationInfo> queryInstrumentation( in queryInstrumentation()
DPackageManager.java2676 public abstract InstrumentationInfo getInstrumentationInfo( in getInstrumentationInfo()
2693 public abstract List<InstrumentationInfo> queryInstrumentation( in queryInstrumentation()
DPackageParser.java549 pi.instrumentation = new InstrumentationInfo[N]; in generatePackageInfo()
2351 new InstrumentationInfo()); in parseInstrumentation()
4900 public final InstrumentationInfo info;
4902 public Instrumentation(final ParsePackageItemArgs args, final InstrumentationInfo _info) { in Instrumentation()
4923 public static final InstrumentationInfo generateInstrumentationInfo( in generateInstrumentationInfo()
4929 InstrumentationInfo ii = new InstrumentationInfo(i.info); in generateInstrumentationInfo()
/frameworks/base/test-runner/src/android/test/mock/
DMockPackageManager.java33 import android.content.pm.InstrumentationInfo;
322 public InstrumentationInfo getInstrumentationInfo(ComponentName className, int flags) in getInstrumentationInfo()
328 public List<InstrumentationInfo> queryInstrumentation( in queryInstrumentation()
/frameworks/base/cmds/pm/src/com/android/commands/pm/
DPm.java33 import android.content.pm.InstrumentationInfo;
493 List<InstrumentationInfo> list = mPm.queryInstrumentation(targetPackage, flags); in runListInstrumentation()
496 Collections.sort(list, new Comparator<InstrumentationInfo>() { in runListInstrumentation()
497 public int compare(InstrumentationInfo o1, InstrumentationInfo o2) { in runListInstrumentation()
504 InstrumentationInfo ii = list.get(p); in runListInstrumentation()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java35 import android.content.pm.InstrumentationInfo;
701 public InstrumentationInfo getInstrumentationInfo( in getInstrumentationInfo()
705 InstrumentationInfo ii = mPM.getInstrumentationInfo( in getInstrumentationInfo()
718 public List<InstrumentationInfo> queryInstrumentation( in queryInstrumentation()
DActivityThread.java31 import android.content.pm.InstrumentationInfo;
4457 InstrumentationInfo ii = null; in handleBindApplication()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java110 import android.content.pm.InstrumentationInfo;
4050 public InstrumentationInfo getInstrumentationInfo(ComponentName name, in getInstrumentationInfo()
4060 public List<InstrumentationInfo> queryInstrumentation(String targetPackage, in queryInstrumentation()
4062 ArrayList<InstrumentationInfo> finalList = in queryInstrumentation()
4063 new ArrayList<InstrumentationInfo>(); in queryInstrumentation()
4072 InstrumentationInfo ii = PackageParser.generateInstrumentationInfo(p, in queryInstrumentation()
/frameworks/base/
Dpreloaded-classes25 [Landroid.content.pm.InstrumentationInfo;
499 android.content.pm.InstrumentationInfo
500 android.content.pm.InstrumentationInfo$1
DAndroid.mk556 frameworks/base/core/java/android/content/pm/InstrumentationInfo.aidl \
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt1193 NO DOC BLOCK: android.content.pm.InstrumentationInfo Field splitPublicSourceDirs
1195 NO DOC BLOCK: android.content.pm.InstrumentationInfo Field splitSourceDirs
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1808 NO DOC BLOCK: android.content.pm.InstrumentationInfo Field splitPublicSourceDirs
1810 NO DOC BLOCK: android.content.pm.InstrumentationInfo Field splitSourceDirs
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java146 import android.content.pm.InstrumentationInfo;
16455 InstrumentationInfo ii = null; in startInstrumentation()
/frameworks/base/api/
Dsystem-current.txt8744 …public class InstrumentationInfo extends android.content.pm.PackageItemInfo implements android.os.…
8745 ctor public InstrumentationInfo();
8746 ctor public InstrumentationInfo(android.content.pm.InstrumentationInfo);
8748 …field public static final android.os.Parcelable.Creator<android.content.pm.InstrumentationInfo> CR…
8829 field public android.content.pm.InstrumentationInfo[] instrumentation;
8993 …method public abstract android.content.pm.InstrumentationInfo getInstrumentationInfo(android.conte…
9024 …method public abstract java.util.List<android.content.pm.InstrumentationInfo> queryInstrumentation…
31597 …method public android.content.pm.InstrumentationInfo getInstrumentationInfo(android.content.Compon…
31627 …method public java.util.List<android.content.pm.InstrumentationInfo> queryInstrumentation(java.lan…
Dcurrent.txt8479 …public class InstrumentationInfo extends android.content.pm.PackageItemInfo implements android.os.…
8480 ctor public InstrumentationInfo();
8481 ctor public InstrumentationInfo(android.content.pm.InstrumentationInfo);
8483 …field public static final android.os.Parcelable.Creator<android.content.pm.InstrumentationInfo> CR…
8558 field public android.content.pm.InstrumentationInfo[] instrumentation;
8722 …method public abstract android.content.pm.InstrumentationInfo getInstrumentationInfo(android.conte…
8753 …method public abstract java.util.List<android.content.pm.InstrumentationInfo> queryInstrumentation…
29364 …method public android.content.pm.InstrumentationInfo getInstrumentationInfo(android.content.Compon…
29394 …method public java.util.List<android.content.pm.InstrumentationInfo> queryInstrumentation(java.lan…
/frameworks/base/docs/html/
Dsitemap.txt1828 http://developer.android.com/reference/android/content/pm/InstrumentationInfo.html