Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java43 import static android.server.wm.app.Components.PipActivity.EXTRA_SET_PIP_CALLBACK;
93 mCb = (RemoteCallback) intent.getExtras().get(EXTRA_SET_PIP_CALLBACK);
DComponents.java537 public static final String EXTRA_SET_PIP_CALLBACK = "set_pip_callback"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java94 import static android.server.wm.app.Components.PipActivity.EXTRA_SET_PIP_CALLBACK;
403 .putExtra(EXTRA_SET_PIP_CALLBACK, callback) in sendPipStateUpdate()