Home
last modified time | relevance | path

Searched refs:PIP_ON_STOP_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java90 public static final ComponentName PIP_ON_STOP_ACTIVITY = component("PipOnStopActivity"); field in Components
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java45 import static android.server.wm.app.Components.PIP_ON_STOP_ACTIVITY;
428 launchActivity(PIP_ON_STOP_ACTIVITY); in testDisallowPipLaunchFromStoppedActivity()
431 mWmState.waitForActivityState(PIP_ON_STOP_ACTIVITY, STATE_STOPPED); in testDisallowPipLaunchFromStoppedActivity()