Searched defs:InstrumentationInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DInstrumentationInfo.java27 public class InstrumentationInfo extends PackageItemInfo implements Parcelable { class in inherits:PackageItemInfo,Parcelable
80 public InstrumentationInfo() { method in class:InstrumentationInfo
83 public InstrumentationInfo(InstrumentationInfo orig) { method in class:InstrumentationInfo
95 return "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[] newArra
125 private InstrumentationInfo(Parcel source) { method in class:InstrumentationInfo
[all...]

Completed in 353 milliseconds