Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java47 import static android.server.wm.app.Components.PipActivity.EXTRA_PIP_ON_PAUSE_CALLBACK;
167 EXTRA_PIP_ON_PAUSE_CALLBACK, RemoteCallback.class);
DComponents.java599 public static final String EXTRA_PIP_ON_PAUSE_CALLBACK = "pip_on_pause_callback"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java80 import static android.server.wm.app.Components.PipActivity.EXTRA_PIP_ON_PAUSE_CALLBACK;
243 EXTRA_PIP_ON_PAUSE_CALLBACK, onPauseCallback); in assertIsInPictureInPictureModeInOnPause()