HomeSort by relevance Sort by last modified time
    Searched refs:ContentShellActivity (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/build/android/
adb_gdb_content_shell 12 export ADB_GDB_ACTIVITY=.ContentShellActivity
adb_run_content_shell 13 -n org.chromium.content_shell_apk/.ContentShellActivity \
  /external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellUrlTest.java 21 ContentShellActivity activity = launchContentShellWithUrl(URL);
ContentShellTestBase.java 31 public class ContentShellTestBase extends ActivityInstrumentationTestCase2<ContentShellActivity> {
39 super(ContentShellActivity.class);
44 * The URL can be null, in which case will default to ContentShellActivity.DEFAULT_SHELL_URL.
46 protected ContentShellActivity launchContentShellWithUrl(String url) {
53 * ContentShellActivity.DEFAULT_SHELL_URL.
55 protected ContentShellActivity launchContentShellWithUrlAndCommandLineArgs(String url,
62 ContentShellActivity.class));
64 intent.putExtra(ContentShellActivity.COMMAND_LINE_ARGS_KEY, commandLineArgs);
123 final ContentShellActivity activity = getActivity();
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewTestBase.java 11 import org.chromium.content_shell_apk.ContentShellActivity;
23 final ContentShellActivity activity = launchContentShellWithUrl(
TracingControllerAndroidTest.java 14 import org.chromium.content_shell_apk.ContentShellActivity;
26 ContentShellActivity activity = launchContentShellWithUrl("about:blank");
NavigationTest.java 12 import org.chromium.content_shell_apk.ContentShellActivity;
55 ContentShellActivity activity = launchContentShellWithUrl(URL_1);
110 ContentShellActivity activity = launchContentShellWithUrl(URL_LOADTIME);
InterstitialPageTest.java 15 import org.chromium.content_shell_apk.ContentShellActivity;
59 ContentShellActivity activity = launchContentShellWithUrl(URL);
ContentCommandLineTest.java 14 import org.chromium.content_shell_apk.ContentShellActivity;
141 CommandLine.initFromFile(ContentShellActivity.COMMAND_LINE_FILE);
  /external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/
ContentShellActivity.java 35 public class ContentShellActivity extends Activity {
38 private static final String TAG = "ContentShellActivity";
121 return new ActivityContentVideoViewClient(ContentShellActivity.this);
128 Toast.makeText(ContentShellActivity.this,

Completed in 162 milliseconds