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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java55 * interaction the system has with the application. An Instrumentation
59 public class Instrumentation { class
75 private static final String TAG = "Instrumentation";
91 public Instrumentation() { method in class:Instrumentation
119 throw new RuntimeException("Instrumentation already started");
267 * manifest file for this Instrumentation to true.
423 // This is protected by 'Instrumentation.this.mSync'.
440 * @see Instrumentation#addMonitor
461 * @see Instrumentation#addMonitor
560 true, "Instrumentation") <
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1366 private Instrumentation parseInstrumentation(Package owner, Resources res,
1382 Instrumentation a = new Instrumentation(mParseInstrumentationArgs,
2663 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0);
3102 public final static class Instrumentation extends Component { class in class:PackageParser
3105 public Instrumentation(final ParsePackageItemArgs args, final InstrumentationInfo _info) { method in class:PackageParser.Instrumentation
3116 return "Instrumentation{"
3123 Instrumentation i, int flags) {

Completed in 27 milliseconds