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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java59 * interaction the system has with the application. An Instrumentation
63 public class Instrumentation { class
80 private static final String TAG = "Instrumentation";
98 public Instrumentation() { method in class:Instrumentation
126 throw new RuntimeException("Instrumentation already started");
281 * manifest file for this Instrumentation to true.
437 // This is protected by 'Instrumentation.this.mSync'.
454 * @see Instrumentation#addMonitor
475 * @see Instrumentation#addMonitor
576 true, "Instrumentation") <
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java2339 private Instrumentation parseInstrumentation(Package owner, Resources res,
2357 Instrumentation a = new Instrumentation(mParseInstrumentationArgs,
4303 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0);
5009 public final static class Instrumentation extends Component { class in class:PackageParser
5012 public Instrumentation(final ParsePackageItemArgs args, final InstrumentationInfo _info) { method in class:PackageParser.Instrumentation
5024 sb.append("Instrumentation{");
5034 Instrumentation i, int flags) {

Completed in 88 milliseconds