Searched refs:assertHasDisplayFeatures (Results 1 – 2 of 2) sorted by relevance
19 import static android.server.wm.jetpack.extensions.util.ExtensionsUtil.assertHasDisplayFeatures;68 assertHasDisplayFeatures(letterboxWindowLayoutInfo); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxPortraitActivity()88 assertHasDisplayFeatures(letterboxWindowLayoutInfo); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxLandscapeActivity()110 assertHasDisplayFeatures(letterboxWindowLayoutInfo); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxSlimPortraitActivity()133 assertHasDisplayFeatures(letterboxWindowLayoutInfo); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxSlimLandscapeActivity()
225 public static void assertHasDisplayFeatures(WindowLayoutInfo windowLayoutInfo) { in assertHasDisplayFeatures() method in ExtensionsUtil