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

1 2

  /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 49 iam.startInstrumentation(cn, null, 0, args, 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
  /frameworks/base/core/java/android/content/
ContextWrapper.java 488 public boolean startInstrumentation(ComponentName className,
490 return mBase.startInstrumentation(className, profileFile, arguments);
Context.java     [all...]
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 158 startInstrumentation(className, profilingFile, 0, null, mWatcher, UserHandle.myUserId());
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 424 public boolean startInstrumentation(ComponentName className,
  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
AppSecurityTests.java 324 // 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 160 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...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 675 if (!mAm.startInstrumentation(cn, profileFile, 0, args, watcher, userId)) {
    [all...]
  /cts/tools/dex-tools/dex/
classes.out.dex     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /frameworks/base/api/
14.txt     [all...]
15.txt     [all...]
16.txt     [all...]
17.txt     [all...]
current.txt     [all...]

Completed in 1574 milliseconds

1 2