Home
last modified time | relevance | path

Searched refs:EXTRA_FINISH_SELF_ON_RESUME (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DTestActivityWithSameAffinity.java31 private static final String EXTRA_FINISH_SELF_ON_RESUME = "finish_self_on_resume"; field in TestActivityWithSameAffinity
56 if (getIntent().hasExtra(EXTRA_FINISH_SELF_ON_RESUME)) { in onResume()
DPipActivity.java33 import static android.server.wm.app.Components.PipActivity.EXTRA_FINISH_SELF_ON_RESUME;
205 if (getIntent().hasExtra(EXTRA_FINISH_SELF_ON_RESUME)) { in onResume()
DComponents.java354 public static final String EXTRA_FINISH_SELF_ON_RESUME = "finish_self_on_resume"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java50 import static android.server.wm.app.Components.PipActivity.EXTRA_FINISH_SELF_ON_RESUME;
516 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testAutoEnterPictureInPictureFinish()
1107 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testLaunchTaskByAffinityMatchMultipleTasks()
1136 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testLaunchTaskByAffinityMatchSingleTask()