Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java26 import static android.server.wm.app.Components.PipActivity.ACTION_ON_PIP_REQUESTED;
152 case ACTION_ON_PIP_REQUESTED:
311 filter.addAction(ACTION_ON_PIP_REQUESTED); in onCreate()
DComponents.java504 public static final String ACTION_ON_PIP_REQUESTED = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java60 import static android.server.wm.app.Components.PipActivity.ACTION_ON_PIP_REQUESTED;
759 mBroadcastActionTrigger.doAction(ACTION_ON_PIP_REQUESTED); in testAutoEnterPictureInPictureOnPictureInPictureRequested()