Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java49 import static android.server.wm.app.Components.PipActivity.PIP_CALLBACK_RESULT_KEY;
337 res.putBoolean(PIP_CALLBACK_RESULT_KEY, pipState.isStashed()); in onPictureInPictureUiStateChanged()
DComponents.java539 public static final String PIP_CALLBACK_RESULT_KEY = "pip_callback_result_key"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java67 import static android.server.wm.app.Components.PipActivity.PIP_CALLBACK_RESULT_KEY;
1365 callbackReturn.complete(result.getBoolean(PIP_CALLBACK_RESULT_KEY))); in testPictureInPictureStateChangeCallback()
1371 callbackReturnNotStashed.complete(result.getBoolean(PIP_CALLBACK_RESULT_KEY))); in testPictureInPictureStateChangeCallback()