HomeSort by relevance Sort by last modified time
    Searched refs:startInstrumentation (Results 1 - 25 of 60) sorted by null

1 2 3

  /cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/src/com/android/cts/instrumentationdiffcertapp/
InstrumentationFailToRunTest.java 37 getInstrumentation().getContext().startInstrumentation(appDiffCertInstrumentation,
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyInstrumentationEvent.java 48 iam.startInstrumentation(cn, null, 0, args, null, null, 0, null);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsFilter.java 48 startInstrumentation(new ComponentName(ContactsFilter.this,
LocalSample.java 48 startInstrumentation(new ComponentName(LocalSample.this,
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 158 startInstrumentation(className, profilingFile, 0, null, mWatcher, null,
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockContext.java 334 public boolean startInstrumentation(ComponentName componentName, String s, Bundle bundle) {
  /frameworks/base/cmds/am/src/com/android/commands/am/
Instrument.java 419 if (!mAm.startInstrumentation(cn, profileFile, 0, args, watcher, connection, userId,
  /frameworks/base/core/java/android/content/
ContextWrapper.java 707 public boolean startInstrumentation(ComponentName className,
709 return mBase.startInstrumentation(className, profileFile, arguments);
Context.java     [all...]
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 580 public boolean startInstrumentation(ComponentName className,
  /prebuilts/misc/common/android-support-test/rules/
rules_release_no_deps.jar 
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 750 assertFalse(mContextWrapper.startInstrumentation(cn, null, null));
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
IActivityManager.aidl 141 boolean startInstrumentation(in ComponentName className, in String profileFile,
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 538 milliseconds

1 2 3