/frameworks/base/core/java/android/content/pm/ |
D | InstrumentationInfo.java | 27 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
|
D | InstrumentationInfo.aidl | 20 parcelable InstrumentationInfo;
|
D | PackageInfo.java | 144 public InstrumentationInfo[] instrumentation; 361 instrumentation = source.createTypedArray(InstrumentationInfo.CREATOR); in PackageInfo()
|
D | IPackageManager.aidl | 36 import android.content.pm.InstrumentationInfo; 209 InstrumentationInfo getInstrumentationInfo( in getInstrumentationInfo() 212 List<InstrumentationInfo> queryInstrumentation( in queryInstrumentation()
|
D | PackageManager.java | 3090 public abstract InstrumentationInfo getInstrumentationInfo( in getInstrumentationInfo() 3107 public abstract List<InstrumentationInfo> queryInstrumentation( in queryInstrumentation()
|
D | PackageParser.java | 550 pi.instrumentation = new InstrumentationInfo[N]; in generatePackageInfo() 2357 new InstrumentationInfo()); in parseInstrumentation() 4998 public final InstrumentationInfo info; 5000 public Instrumentation(final ParsePackageItemArgs args, final InstrumentationInfo _info) { in Instrumentation() 5021 public static final InstrumentationInfo generateInstrumentationInfo( in generateInstrumentationInfo() 5027 InstrumentationInfo ii = new InstrumentationInfo(i.info); in generateInstrumentationInfo()
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockPackageManager.java | 32 import android.content.pm.InstrumentationInfo; 368 public InstrumentationInfo getInstrumentationInfo(ComponentName className, int flags) in getInstrumentationInfo() 374 public List<InstrumentationInfo> queryInstrumentation( in queryInstrumentation()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgePackageManager.java | 32 import android.content.pm.InstrumentationInfo; 340 public InstrumentationInfo getInstrumentationInfo(ComponentName className, int flags) in getInstrumentationInfo() 346 public List<InstrumentationInfo> queryInstrumentation(String targetPackage, int flags) { in queryInstrumentation()
|
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
D | Pm.java | 39 import android.content.pm.InstrumentationInfo; 520 List<InstrumentationInfo> list = mPm.queryInstrumentation(targetPackage, flags); in runListInstrumentation() 523 Collections.sort(list, new Comparator<InstrumentationInfo>() { in runListInstrumentation() 524 public int compare(InstrumentationInfo o1, InstrumentationInfo o2) { in runListInstrumentation() 531 InstrumentationInfo ii = list.get(p); in runListInstrumentation()
|
/frameworks/base/core/java/android/app/ |
D | ApplicationPackageManager.java | 41 import android.content.pm.InstrumentationInfo; 789 public InstrumentationInfo getInstrumentationInfo( in getInstrumentationInfo() 793 InstrumentationInfo ii = mPM.getInstrumentationInfo( in getInstrumentationInfo() 806 public List<InstrumentationInfo> queryInstrumentation( in queryInstrumentation()
|
D | ActivityThread.java | 33 import android.content.pm.InstrumentationInfo; 4607 InstrumentationInfo ii = null; in handleBindApplication()
|
/frameworks/base/ |
D | Android.mk | 587 frameworks/base/core/java/android/content/pm/InstrumentationInfo.aidl \
|
D | preloaded-classes | 23 [Landroid.content.pm.InstrumentationInfo; 618 android.content.pm.InstrumentationInfo 619 android.content.pm.InstrumentationInfo$1
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 116 import android.content.pm.InstrumentationInfo; 5523 public InstrumentationInfo getInstrumentationInfo(ComponentName name, in getInstrumentationInfo() 5533 public List<InstrumentationInfo> queryInstrumentation(String targetPackage, in queryInstrumentation() 5535 ArrayList<InstrumentationInfo> finalList = in queryInstrumentation() 5536 new ArrayList<InstrumentationInfo>(); in queryInstrumentation() 5545 InstrumentationInfo ii = PackageParser.generateInstrumentationInfo(p, in queryInstrumentation()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 1808 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/ |
D | ActivityManagerService.java | 169 import android.content.pm.InstrumentationInfo; 17067 InstrumentationInfo ii = null; in startInstrumentation()
|
/frameworks/base/api/ |
D | current.txt | 9001 …public class InstrumentationInfo extends android.content.pm.PackageItemInfo implements android.os.… 9002 ctor public InstrumentationInfo(); 9003 ctor public InstrumentationInfo(android.content.pm.InstrumentationInfo); 9005 …field public static final android.os.Parcelable.Creator<android.content.pm.InstrumentationInfo> CR… 9079 field public android.content.pm.InstrumentationInfo[] instrumentation; 9243 …method public abstract android.content.pm.InstrumentationInfo getInstrumentationInfo(android.conte… 9275 …method public abstract java.util.List<android.content.pm.InstrumentationInfo> queryInstrumentation… 31827 …method public android.content.pm.InstrumentationInfo getInstrumentationInfo(android.content.Compon… 31858 …method public java.util.List<android.content.pm.InstrumentationInfo> queryInstrumentation(java.lan…
|
D | system-current.txt | 9277 …public class InstrumentationInfo extends android.content.pm.PackageItemInfo implements android.os.… 9278 ctor public InstrumentationInfo(); 9279 ctor public InstrumentationInfo(android.content.pm.InstrumentationInfo); 9281 …field public static final android.os.Parcelable.Creator<android.content.pm.InstrumentationInfo> CR… 9361 field public android.content.pm.InstrumentationInfo[] instrumentation; 9527 …method public abstract android.content.pm.InstrumentationInfo getInstrumentationInfo(android.conte… 9561 …method public abstract java.util.List<android.content.pm.InstrumentationInfo> queryInstrumentation… 34113 …method public android.content.pm.InstrumentationInfo getInstrumentationInfo(android.content.Compon… 34146 …method public java.util.List<android.content.pm.InstrumentationInfo> queryInstrumentation(java.lan…
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 1828 http://developer.android.com/reference/android/content/pm/InstrumentationInfo.html
|