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;417 res.putBoolean(UI_STATE_STASHED_RESULT, pipState.isStashed()); in onPictureInPictureUiStateChanged()
601 public static final String UI_STATE_STASHED_RESULT = "ui_state_stashed_result"; field in Components.PipActivity
90 import static android.server.wm.app.Components.PipActivity.UI_STATE_STASHED_RESULT;1755 callbackReturn.complete(result.getBoolean(UI_STATE_STASHED_RESULT))); in testStashUnstashUiStateChangeCallback()1761 callbackReturnNotStashed.complete(result.getBoolean(UI_STATE_STASHED_RESULT))); in testStashUnstashUiStateChangeCallback()