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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java62 * interaction the system has with the application. An Instrumentation
66 public class Instrumentation { class
83 private static final String TAG = "Instrumentation";
109 public Instrumentation() { method in class:Instrumentation
137 throw new RuntimeException("Instrumentation already started");
292 * manifest file for this Instrumentation to true.
448 // This is protected by 'Instrumentation.this.mSync'.
465 * @see Instrumentation#addMonitor
486 * @see Instrumentation#addMonitor
587 true, "Instrumentation") <
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java2663 private Instrumentation parseInstrumentation(Package owner, Resources res,
2682 Instrumentation a = new Instrumentation(mParseInstrumentationArgs,
4777 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0);
5622 public final static class Instrumentation extends Component<IntentInfo> { class in class:PackageParser
5625 public Instrumentation(final ParsePackageItemArgs args, final InstrumentationInfo _info) { method in class:PackageParser.Instrumentation
5637 sb.append("Instrumentation{");
5647 Instrumentation i, int flags) {

Completed in 674 milliseconds