HomeSort by relevance Sort by last modified time
    Searched full:startinstrumentation (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/android_testrunner/
README.chromium 13 1. Added |silent_log| argument to |StartInstrumentation| so that output can be
15 2. Changed error message handling in |StartInstrumentation| from |shortMsg| to
adb_interface.py 169 Equivalent to StartInstrumentation, except instrumentation path is
173 return self.StartInstrumentation(instrumentation_path, timeout_time=timeout_time,
177 def StartInstrumentation(
254 Equivalent to StartInstrumentation, but will dump instrumentation
  /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);
  /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/testrunner/
adb_interface.py 181 Equivalent to StartInstrumentation, except instrumentation path is
185 return self.StartInstrumentation(instrumentation_path, timeout_time=timeout_time,
189 def StartInstrumentation(
260 Equivalent to StartInstrumentation, but will dump instrumentation
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 158 startInstrumentation(className, profilingFile, 0, null, mWatcher, null,
  /frameworks/base/core/java/android/content/
ContextWrapper.java 533 public boolean startInstrumentation(ComponentName className,
535 return mBase.startInstrumentation(className, profileFile, arguments);
Context.java     [all...]
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 451 public boolean startInstrumentation(ComponentName className,
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 359 # Catch exceptions thrown by StartInstrumentation().
  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
AppSecurityTests.java 352 // this test will attempt to call startInstrumentation directly and verify
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 735 assertFalse(mContextWrapper.startInstrumentation(cn, null, null));
    [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.java 173 public boolean startInstrumentation(ComponentName className, String profileFile,
    [all...]
ContextImpl.java     [all...]
ActivityManagerNative.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java     [all...]
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java     [all...]
  /frameworks/base/docs/html/reference/com/google/android/gcm/
GCMBaseIntentService.html     [all...]
  /cts/tools/dex-tools/dex/
classes.out.dex     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/api/
14.txt     [all...]

Completed in 847 milliseconds

1 2