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
83 public InstrumentationInfo() { method in class:InstrumentationInfo
86 public InstrumentationInfo(InstrumentationInfo orig) { method in class:InstrumentationInfo
103 return "InstrumentationInfo{"
128 public static final Parcelable.Creator<InstrumentationInfo> CREATOR
129 = new Parcelable.Creator<InstrumentationInfo>() {
130 public InstrumentationInfo createFromParcel(Parcel source) {
131 return new InstrumentationInfo(source);
133 public InstrumentationInfo[] newArra
138 private InstrumentationInfo(Parcel source) { method in class:InstrumentationInfo
[all...]

Completed in 37 milliseconds