Searched refs:EXTRA_FINISH_IN_ON_CREATE (Results 1 – 6 of 6) sorted by relevance
22 import static android.server.wm.app.Components.TopActivity.EXTRA_FINISH_IN_ON_CREATE;43 if (getIntent().getBooleanExtra(EXTRA_FINISH_IN_ON_CREATE, false)) { in onCreate()
617 public static final String EXTRA_FINISH_IN_ON_CREATE = "FINISH_IN_ON_CREATE"; field in Components.TopActivity
20 import static android.server.wm.activity.lifecycle.LifecycleConstants.EXTRA_FINISH_IN_ON_CREATE;68 if (intent.getBooleanExtra(EXTRA_FINISH_IN_ON_CREATE, false)) { in onCreate()
49 static final String EXTRA_FINISH_IN_ON_CREATE = "finish_in_on_create"; field in LifecycleConstants
33 import static android.server.wm.activity.lifecycle.LifecycleConstants.EXTRA_FINISH_IN_ON_CREATE;403 .setExtraFlags(EXTRA_LAUNCH_ACTIVITY, EXTRA_FINISH_IN_ON_CREATE) in testTrampolineLifecycle()460 .putExtra(EXTRA_FINISH_IN_ON_CREATE, true); in testTrampolineWithAnotherProcess()897 verifyFinishAtStage(ResultActivity.class, EXTRA_FINISH_IN_ON_CREATE, in testFinishInOnCreate()903 verifyFinishAtStage(NoDisplayActivity.class, EXTRA_FINISH_IN_ON_CREATE, in testFinishInOnCreateNoDisplay()
32 import static android.server.wm.app.Components.TopActivity.EXTRA_FINISH_IN_ON_CREATE;394 .setIntentExtra(extra -> extra.putBoolean(EXTRA_FINISH_IN_ON_CREATE, true)) in testAppLaunchCancelledSameTask()