Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/app/src/android/server/am/
DPipActivity.java27 import static android.server.am.Components.PipActivity.EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP;
218 if (getIntent().hasExtra(EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP) && !mEnteredPictureInPicture) { in onStop()
272 intent.putExtra(EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP, "true"); in launchActivityIntoPinnedStack()
287 intent.putExtra(EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP, "true"); in launchEnterPipActivity()
DComponents.java261 public static final String EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP = field in Components.PipActivity
/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java45 import static android.server.am.Components.PipActivity.EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP;
820 EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP, "true"); in testEnterPipWithResumeWhilePausingActivityNoStop()