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/activitymanager/app/src/android/server/am/
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.java32 import static android.server.am.Components.PipActivity.EXTRA_FINISH_SELF_ON_RESUME;
194 if (getIntent().hasExtra(EXTRA_FINISH_SELF_ON_RESUME)) { in onResume()
DComponents.java274 public static final String EXTRA_FINISH_SELF_ON_RESUME = "finish_self_on_resume"; field in Components.PipActivity
/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java50 import static android.server.am.Components.PipActivity.EXTRA_FINISH_SELF_ON_RESUME;
506 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testAutoEnterPictureInPictureFinish()
1140 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testLaunchTaskByAffinityMatchMultipleTasks()
1171 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testLaunchTaskByAffinityMatchSingleTask()