HomeSort by relevance Sort by last modified time
    Searched refs:instrumentation (Results 51 - 75 of 81) sorted by null

1 23 4

  /frameworks/base/core/java/android/app/
LoadedApk.java 271 * instrumentation into the system: If the app
272 * being started matches one of the instrumentation names,
273 * then we combine both the "instrumentation" and
488 Instrumentation instrumentation) {
517 if (instrumentation != null) {
519 instrumentation.callApplicationOnCreate(app);
521 if (!instrumentation.onException(app, e)) {
590 Instrumentation instrumentation, boolean registered)
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/
Android.mk 30 # running the tests using an instrumentation targeting Eamil, we
  /packages/apps/CellBroadcastReceiver/tests/
Android.mk 27 # running the tests using an instrumentation targeting Eamil, we
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 20 import android.app.Instrumentation;
66 Instrumentation instrumentation = getInstrumentation(); local
67 mContext = instrumentation.getTargetContext();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 386 // look for the name of the instrumentation in the combo.
748 String instrumentation = getSelectedInstrumentation(); local
749 if (instrumentation == null) {
753 String result = mInstrValidator.validateInstrumentationRunner(instrumentation);
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 402 int N = p.instrumentation.size();
404 pi.instrumentation = new InstrumentationInfo[N];
406 pi.instrumentation[i] = generateInstrumentationInfo(
407 p.instrumentation.get(i), flags);
3275 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0); field in class:PackageParser.Package
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 23 import android.app.Instrumentation;
25 import android.app.Instrumentation.ActivityMonitor;
521 Instrumentation instrumentation = getInstrumentation(); local
522 ActivityMonitor am = instrumentation.addMonitor(MockURLSpanTestActivity.class.getName(),
TextViewTest.java 25 import android.app.Instrumentation;
26 import android.app.Instrumentation.ActivityMonitor;
105 private Instrumentation mInstrumentation;
826 Instrumentation instrumentation = getInstrumentation(); local
827 ActivityMonitor am = instrumentation.addMonitor(MockURLSpanTestActivity.class.getName(),
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 89 ${toggle_gprof} enable/disable gprof profiling instrumentation
90 ${toggle_gcov} enable/disable gcov coverage instrumentation
    [all...]
  /build/core/
definitions.mk     [all...]
java.mk 368 # by default, avoid applying emma instrumentation onto emma classes itself,
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 132 0010 0000 show after instrumentation
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 390 // Mapping from instrumentation class names to info about them.
391 final HashMap<ComponentName, PackageParser.Instrumentation> mInstrumentation =
392 new HashMap<ComponentName, PackageParser.Instrumentation>();
    [all...]
  /external/elfutils/
configure     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 623 milliseconds

1 23 4