Searched refs:assumeHasDisplayFeatures (Results 1 – 6 of 6) sorted by relevance
20 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()
22 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()
22 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()
19 import static android.server.wm.jetpack.extensions.util.ExtensionsUtil.assumeHasDisplayFeatures;89 assumeHasDisplayFeatures(windowLayoutInfo); in testDisplayFeaturesWithEmbedding()161 assumeHasDisplayFeatures(windowLayoutInfo); in testDisplayFeaturesWithEmbedding_differentPackage()
140 public static void assumeHasDisplayFeatures(SidecarInterface sidecarInterface, in assumeHasDisplayFeatures() method in SidecarUtil
213 public static void assumeHasDisplayFeatures(WindowLayoutInfo windowLayoutInfo) { in assumeHasDisplayFeatures() method in ExtensionsUtil