HomeSort by relevance Sort by last modified time
    Searched defs:Instrumentation (Results 1 - 19 of 19) 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
662 * @return An array of {@link Instrumentation}, or empty if no instrumentations were
665 public Instrumentation[] getInstrumentations() {
666 return mInstrumentations.toArray(new Instrumentation[mInstrumentations.size()])
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 28 import android.app.Instrumentation;
29 import android.app.Instrumentation.ActivityMonitor;
30 import android.app.Instrumentation.ActivityResult;
57 @TestTargetClass(Instrumentation.class)
61 private Instrumentation mInstrumentation;
89 method = "Instrumentation",
93 new Instrumentation();
369 notes = "can't start a Instrumentation to test this method",
375 notes = "can't start a Instrumentation to test this method",
387 notes = "can't start a Instrumentation to test this method"
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
Instrumentation.java 51 * Base class for implementing application instrumentation code. When running
52 * with instrumentation turned on, this class will be instantiated for you
54 * interaction the system has with the application. An Instrumentation
56 * &lt;instrumentation&gt; tag.
58 public class Instrumentation {
70 * instrumentation can also be launched, and results collected, by an automated system.
74 private static final String TAG = "Instrumentation";
90 public Instrumentation() {
94 * Called when the instrumentation is starting, before any application code
96 * {@link #start} to begin the instrumentation thread, which will the
    [all...]
Activity.java 656 private Instrumentation mInstrumentation;
    [all...]
ActivityThread.java 168 Instrumentation mInstrumentation;
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 322 int N = p.instrumentation.size();
324 pi.instrumentation = new InstrumentationInfo[N];
326 pi.instrumentation[i] = generateInstrumentationInfo(
327 p.instrumentation.get(i), flags);
2939 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0); field in class:PackageParser.Package
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /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 
  /prebuilt/sdk/9/
android.jar 

Completed in 485 milliseconds