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
65 public InstrumentationInfo() { method in class:InstrumentationInfo
68 public InstrumentationInfo(InstrumentationInfo orig) { method in class:InstrumentationInfo
80 return "InstrumentationInfo{"
100 public static final Parcelable.Creator<InstrumentationInfo> CREATOR
101 = new Parcelable.Creator<InstrumentationInfo>() {
102 public InstrumentationInfo createFromParcel(Parcel source) {
103 return new InstrumentationInfo(source);
105 public InstrumentationInfo[] newArra
110 private InstrumentationInfo(Parcel source) { method in class:InstrumentationInfo
[all...]

Completed in 649 milliseconds