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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java66 * interaction the system has with the application. An Instrumentation
70 public class Instrumentation { class
87 private static final String TAG = "Instrumentation";
113 public Instrumentation() { method in class:Instrumentation
157 throw new RuntimeException("Instrumentation already started");
338 * manifest file for this Instrumentation to true.
525 // This is protected by 'Instrumentation.this.mSync'.
542 * @see Instrumentation#addMonitor
564 * @see Instrumentation#addMonitor
695 * using {@link #Instrumentation
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java3236 private Instrumentation parseInstrumentation(Package owner, Resources res,
3255 Instrumentation a = new Instrumentation(mParseInstrumentationArgs,
6246 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0);
7808 public final static class Instrumentation extends Component<IntentInfo> implements class in class:PackageParser
7812 public Instrumentation(final ParsePackageItemArgs args, final InstrumentationInfo _info) { method in class:PackageParser.Instrumentation
7824 sb.append("Instrumentation{");
7843 private Instrumentation(Parcel in) { method in class:PackageParser.Instrumentation
7856 public static final Parcelable.Creator CREATOR = new Parcelable.Creator<Instrumentation>() {
[all...]

Completed in 3756 milliseconds