HomeSort by relevance Sort by last modified time
    Searched defs:EXTRA_START_ACTIVITY (Results 1 - 2 of 2) sorted by null

  /cts/tests/framework/base/activitymanager/app/src/android/server/am/
TestActivityWithSameAffinity.java 29 private static final String EXTRA_START_ACTIVITY = "start_activity";
30 // Finishes the activity at the end of onResume (after EXTRA_START_ACTIVITY is handled)
43 String launchActivityComponent = getIntent().getStringExtra(EXTRA_START_ACTIVITY);
Components.java 273 // Finishes the activity at the end of onResume (after EXTRA_START_ACTIVITY is handled)
298 public static final String EXTRA_START_ACTIVITY = "start_activity";

Completed in 52 milliseconds