Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java34 import static android.server.wm.app.Components.PipActivity.EXTRA_ENTER_PIP_ON_USER_LEAVE_HINT;
300 if (getIntent().hasExtra(EXTRA_ENTER_PIP_ON_USER_LEAVE_HINT)) { in onUserLeaveHint()
DComponents.java494 public static final String EXTRA_ENTER_PIP_ON_USER_LEAVE_HINT = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java57 import static android.server.wm.app.Components.PipActivity.EXTRA_ENTER_PIP_ON_USER_LEAVE_HINT;
459 launchActivity(PIP_ACTIVITY, extraString(EXTRA_ENTER_PIP_ON_USER_LEAVE_HINT, "true")); in testAutoEnterPictureInPictureOnUserLeaveHintWhenPipRequestedNotOverridden()