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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java58 * interaction the system has with the application. An Instrumentation
62 public class Instrumentation { class
79 private static final String TAG = "Instrumentation";
97 public Instrumentation() { method in class:Instrumentation
125 throw new RuntimeException("Instrumentation already started");
280 * manifest file for this Instrumentation to true.
436 // This is protected by 'Instrumentation.this.mSync'.
453 * @see Instrumentation#addMonitor
474 * @see Instrumentation#addMonitor
575 true, "Instrumentation") <
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java2332 private Instrumentation parseInstrumentation(Package owner, Resources res,
2350 Instrumentation a = new Instrumentation(mParseInstrumentationArgs,
4226 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0);
4899 public final static class Instrumentation extends Component { class in class:PackageParser
4902 public Instrumentation(final ParsePackageItemArgs args, final InstrumentationInfo _info) { method in class:PackageParser.Instrumentation
4914 sb.append("Instrumentation{");
4924 Instrumentation i, int flags) {

Completed in 159 milliseconds