Searched refs:UI_STATE_STASHED_RESULT (Results 1 – 3 of 3) sorted by relevance
62 import static android.server.wm.app.Components.PipActivity.UI_STATE_STASHED_RESULT;420 res.putBoolean(UI_STATE_STASHED_RESULT, pipState.isStashed()); in onPictureInPictureUiStateChanged()
605 public static final String UI_STATE_STASHED_RESULT = "ui_state_stashed_result"; field in Components.PipActivity
91 import static android.server.wm.app.Components.PipActivity.UI_STATE_STASHED_RESULT;1893 callbackReturn.complete(result.getBoolean(UI_STATE_STASHED_RESULT))); in testStashUnstashUiStateChangeCallback()1899 callbackReturnNotStashed.complete(result.getBoolean(UI_STATE_STASHED_RESULT))); in testStashUnstashUiStateChangeCallback()