Searched refs:EXTRA_CLOSE_ACTION (Results 1 – 3 of 3) sorted by relevance
32 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()
595 public static final String EXTRA_CLOSE_ACTION = "set_pip_close_action"; field in Components.PipActivity
65 import static android.server.wm.app.Components.PipActivity.EXTRA_CLOSE_ACTION;1713 launchActivity(PIP_ACTIVITY, extraBool(EXTRA_CLOSE_ACTION, true)); in testCloseActionIsSet()