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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java64 * interaction the system has with the application. An Instrumentation
68 public class Instrumentation { class
85 private static final String TAG = "Instrumentation";
111 public Instrumentation() { method in class:Instrumentation
155 throw new RuntimeException("Instrumentation already started");
336 * manifest file for this Instrumentation to true.
493 // This is protected by 'Instrumentation.this.mSync'.
510 * @see Instrumentation#addMonitor
532 * @see Instrumentation#addMonitor
663 * using {@link #Instrumentation
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java3378 private Instrumentation parseInstrumentation(Package owner, Resources res,
3397 Instrumentation a = new Instrumentation(mParseInstrumentationArgs,
5874 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0);
7399 public final static class Instrumentation extends Component<IntentInfo> implements class in class:PackageParser
7403 public Instrumentation(final ParsePackageItemArgs args, final InstrumentationInfo _info) { method in class:PackageParser.Instrumentation
7415 sb.append("Instrumentation{");
7434 private Instrumentation(Parcel in) { method in class:PackageParser.Instrumentation
7447 public static final Parcelable.Creator CREATOR = new Parcelable.Creator<Instrumentation>() {
[all...]

Completed in 1842 milliseconds