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.java23 import static android.server.wm.app.Components.PipActivity.ACTION_ON_PIP_REQUESTED;
124 case ACTION_ON_PIP_REQUESTED:
242 filter.addAction(ACTION_ON_PIP_REQUESTED); in onCreate()
DComponents.java477 public static final String ACTION_ON_PIP_REQUESTED = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java49 import static android.server.wm.app.Components.PipActivity.ACTION_ON_PIP_REQUESTED;
497 mBroadcastActionTrigger.doAction(ACTION_ON_PIP_REQUESTED); in testAutoEnterPictureInPictureOnPictureInPictureRequested()