Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/app/src/android/server/am/
DComponents.java75 public static final ComponentName PIP_ON_STOP_ACTIVITY = component("PipOnStopActivity"); field in Components
/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java39 import static android.server.am.Components.PIP_ON_STOP_ACTIVITY;
446 launchActivity(PIP_ON_STOP_ACTIVITY); in testDisallowPipLaunchFromStoppedActivity()
449 mAmWmState.waitForActivityState(PIP_ON_STOP_ACTIVITY, STATE_STOPPED); in testDisallowPipLaunchFromStoppedActivity()