Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java27 import static android.server.wm.app.Components.PipActivity.ACTION_SET_ON_PAUSE_REMOTE_CALLBACK;
165 case ACTION_SET_ON_PAUSE_REMOTE_CALLBACK:
314 filter.addAction(ACTION_SET_ON_PAUSE_REMOTE_CALLBACK); in onCreate()
DComponents.java520 public static final String ACTION_SET_ON_PAUSE_REMOTE_CALLBACK = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java61 import static android.server.wm.app.Components.PipActivity.ACTION_SET_ON_PAUSE_REMOTE_CALLBACK;
242 mBroadcastActionTrigger.doActionWithRemoteCallback(ACTION_SET_ON_PAUSE_REMOTE_CALLBACK, in assertIsInPictureInPictureModeInOnPause()