Home
last modified time | relevance | path

Searched refs:assumeHasDisplayFeatures (Results 1 – 6 of 6) sorted by relevance

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/
DWindowLayoutComponentLetterboxTest.java20 import static android.server.wm.jetpack.extensions.util.ExtensionsUtil.assumeHasDisplayFeatures;
61 assumeHasDisplayFeatures(fullInfo); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxPortraitActivity()
81 assumeHasDisplayFeatures(fullInfo); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxLandscapeActivity()
103 assumeHasDisplayFeatures(fullInfo); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxSlimPortraitActivity()
126 assumeHasDisplayFeatures(fullInfo); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxSlimLandscapeActivity()
DExtensionWindowLayoutComponentTest.java22 import static android.server.wm.jetpack.extensions.util.ExtensionsUtil.assumeHasDisplayFeatures;
287 assumeHasDisplayFeatures(mWindowLayoutInfo); in testWindowLayoutComponent_providesWindowLayoutFromActivity()
321 assumeHasDisplayFeatures(mWindowLayoutInfo); in testWindowLayoutComponent_providesWindowLayoutFromWindowContext()
364 assumeHasDisplayFeatures(mWindowLayoutInfo); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
451 assumeHasDisplayFeatures(mWindowLayoutInfo); in testGetWindowLayoutInfo_enterExitPip_windowLayoutInfoMatches()
478 assumeHasDisplayFeatures(mWindowLayoutInfo); in testGetWindowLayoutInfo_enterPip_emptyWindowLayoutInfo()
572 assumeHasDisplayFeatures(mWindowLayoutInfo); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
608 assumeHasDisplayFeatures(mWindowLayoutInfo); in testSidecarHasSameDisplayFeatures()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DSidecarTest.java22 import static android.server.wm.jetpack.extensions.util.SidecarUtil.assumeHasDisplayFeatures;
134 assumeHasDisplayFeatures(mSidecarInterface, mWindowToken); in testSidecarInterface_getWindowLayoutInfo()
186 assumeHasDisplayFeatures(mSidecarInterface, mWindowToken); in testGetWindowLayoutInfo_activityNotAttachedToWindow_returnsCorrectValue()
200 assumeHasDisplayFeatures(mSidecarInterface, mWindowToken); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
231 assumeHasDisplayFeatures(mSidecarInterface, mWindowToken); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingIntegrationTests.java19 import static android.server.wm.jetpack.extensions.util.ExtensionsUtil.assumeHasDisplayFeatures;
89 assumeHasDisplayFeatures(windowLayoutInfo); in testDisplayFeaturesWithEmbedding()
161 assumeHasDisplayFeatures(windowLayoutInfo); in testDisplayFeaturesWithEmbedding_differentPackage()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/extensions/util/
DSidecarUtil.java140 public static void assumeHasDisplayFeatures(SidecarInterface sidecarInterface, in assumeHasDisplayFeatures() method in SidecarUtil
DExtensionsUtil.java213 public static void assumeHasDisplayFeatures(WindowLayoutInfo windowLayoutInfo) { in assumeHasDisplayFeatures() method in ExtensionsUtil