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
77 private static final String TAG = "Instrumentation";
95 public Instrumentation() { method in class:Instrumentation
123 throw new RuntimeException("Instrumentation already started");
275 * manifest file for this Instrumentation to true.
431 // This is protected by 'Instrumentation.this.mSync'.
448 * @see Instrumentation#addMonitor
469 * @see Instrumentation#addMonitor
570 true, "Instrumentation") <
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1803 private Instrumentation parseInstrumentation(Package owner, Resources res,
1820 Instrumentation a = new Instrumentation(mParseInstrumentationArgs,
3457 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0);
4050 public final static class Instrumentation extends Component { class in class:PackageParser
4053 public Instrumentation(final ParsePackageItemArgs args, final InstrumentationInfo _info) { method in class:PackageParser.Instrumentation
4065 sb.append("Instrumentation{");
4075 Instrumentation i, int flags) {

Completed in 83 milliseconds