Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java32 import static android.server.wm.app.Components.PipActivity.EXTRA_CLOSE_ACTION;
261 if (getIntent().hasExtra(EXTRA_CLOSE_ACTION)) { in onCreate()
262 if (getIntent().getBooleanExtra(EXTRA_CLOSE_ACTION, false)) { in onCreate()
DComponents.java595 public static final String EXTRA_CLOSE_ACTION = "set_pip_close_action"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java65 import static android.server.wm.app.Components.PipActivity.EXTRA_CLOSE_ACTION;
1713 launchActivity(PIP_ACTIVITY, extraBool(EXTRA_CLOSE_ACTION, true)); in testCloseActionIsSet()