Searched refs:PIP_CALLBACK_RESULT_KEY (Results 1 – 3 of 3) sorted by relevance
49 import static android.server.wm.app.Components.PipActivity.PIP_CALLBACK_RESULT_KEY;337 res.putBoolean(PIP_CALLBACK_RESULT_KEY, pipState.isStashed()); in onPictureInPictureUiStateChanged()
555 public static final String PIP_CALLBACK_RESULT_KEY = "pip_callback_result_key"; field in Components.PipActivity
67 import static android.server.wm.app.Components.PipActivity.PIP_CALLBACK_RESULT_KEY;1373 callbackReturn.complete(result.getBoolean(PIP_CALLBACK_RESULT_KEY))); in testPictureInPictureStateChangeCallback()1379 callbackReturnNotStashed.complete(result.getBoolean(PIP_CALLBACK_RESULT_KEY))); in testPictureInPictureStateChangeCallback()