HomeSort by relevance Sort by last modified time
    Searched defs:Instrumentation (Results 1 - 12 of 12) sorted by null

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
ManifestData.java 63 final ArrayList<Instrumentation> mInstrumentations =
64 new ArrayList<Instrumentation>();
75 * Instrumentation info obtained from manifest
77 public final static class Instrumentation {
81 Instrumentation(String name, String targetPackage) {
87 * Returns the fully qualified instrumentation class name
94 * Returns the Android app package that is the target of this instrumentation
647 * @return An array of {@link Instrumentation}, or empty if no instrumentations were
650 public Instrumentation[] getInstrumentations() {
651 return mInstrumentations.toArray(new Instrumentation[mInstrumentations.size()])
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 23 import android.app.Instrumentation;
24 import android.app.Instrumentation.ActivityMonitor;
25 import android.app.Instrumentation.ActivityResult;
56 @TestTargetClass(Instrumentation.class)
60 private Instrumentation mInstrumentation;
97 method = "Instrumentation",
101 new Instrumentation();
374 notes = "can't start a Instrumentation to test this method",
380 notes = "can't start a Instrumentation to test this method",
392 notes = "can't start a Instrumentation to test this method"
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 52 * Base class for implementing application instrumentation code. When running
53 * with instrumentation turned on, this class will be instantiated for you
55 * interaction the system has with the application. An Instrumentation
57 * &lt;instrumentation&gt; tag.
59 public class Instrumentation {
71 * instrumentation can also be launched, and results collected, by an automated system.
75 private static final String TAG = "Instrumentation";
91 public Instrumentation() {
95 * Called when the instrumentation is starting, before any application code
97 * {@link #start} to begin the instrumentation thread, which will the
    [all...]
Activity.java 622 private Instrumentation mInstrumentation;
    [all...]
ActivityThread.java 158 Instrumentation mInstrumentation;
    [all...]
ContextImpl.java 643 Instrumentation.checkStartActivityResult(result, null);
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 302 int N = p.instrumentation.size();
304 pi.instrumentation = new InstrumentationInfo[N];
306 pi.instrumentation[i] = generateInstrumentationInfo(
307 p.instrumentation.get(i), flags);
2740 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0); field in class:PackageParser.Package
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 63 milliseconds