Home
last modified time | relevance | path

Searched refs:EXTRA_FINISH_TRAMPOLINE_ON_RESUME (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLaunchEnterPipActivity.java19 import static android.server.wm.app.Components.PipActivity.EXTRA_FINISH_TRAMPOLINE_ON_RESUME;
36 if (getIntent().hasExtra(EXTRA_FINISH_TRAMPOLINE_ON_RESUME)) { in onResume()
DComponents.java562 public static final String EXTRA_FINISH_TRAMPOLINE_ON_RESUME = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java76 import static android.server.wm.app.Components.PipActivity.EXTRA_FINISH_TRAMPOLINE_ON_RESUME;
1134 extraString(EXTRA_FINISH_TRAMPOLINE_ON_RESUME, "true")); in testPipFromTaskWithAnotherFinishingActivity()