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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java56 * interaction the system has with the application. An Instrumentation
60 public class Instrumentation { class
76 private static final String TAG = "Instrumentation";
92 public Instrumentation() { method in class:Instrumentation
120 throw new RuntimeException("Instrumentation already started");
268 * manifest file for this Instrumentation to true.
424 // This is protected by 'Instrumentation.this.mSync'.
441 * @see Instrumentation#addMonitor
462 * @see Instrumentation#addMonitor
563 true, "Instrumentation") <
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1627 private Instrumentation parseInstrumentation(Package owner, Resources res,
1644 Instrumentation a = new Instrumentation(mParseInstrumentationArgs,
3179 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0);
3737 public final static class Instrumentation extends Component { class in class:PackageParser
3740 public Instrumentation(final ParsePackageItemArgs args, final InstrumentationInfo _info) { method in class:PackageParser.Instrumentation
3751 return "Instrumentation{"
3758 Instrumentation i, int flags) {

Completed in 1184 milliseconds