Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java62 import static android.server.wm.app.Components.PipActivity.UI_STATE_STASHED_RESULT;
417 res.putBoolean(UI_STATE_STASHED_RESULT, pipState.isStashed()); in onPictureInPictureUiStateChanged()
DComponents.java601 public static final String UI_STATE_STASHED_RESULT = "ui_state_stashed_result"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java90 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()