Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DSidecarTest.java23 import static android.server.wm.jetpack.utils.SidecarUtil.assumeHasDisplayFeatures;
139 assumeHasDisplayFeatures(mSidecarInterface, mWindowToken); in testSidecarInterface_getWindowLayoutInfo()
191 assumeHasDisplayFeatures(mSidecarInterface, mWindowToken); in testGetWindowLayoutInfo_activityNotAttachedToWindow_returnsCorrectValue()
206 assumeHasDisplayFeatures(mSidecarInterface, mWindowToken); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
238 assumeHasDisplayFeatures(mSidecarInterface, mWindowToken); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
DExtensionWindowLayoutComponentTest.java24 import static android.server.wm.jetpack.utils.ExtensionUtil.assumeHasDisplayFeatures;
127 assumeHasDisplayFeatures(mWindowLayoutInfo); in testDisplayFeatures()
157 assumeHasDisplayFeatures(mWindowLayoutInfo); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
187 assumeHasDisplayFeatures(mWindowLayoutInfo); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
216 assumeHasDisplayFeatures(mWindowLayoutInfo); in testSidecarHasSameDisplayFeatures()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DSidecarUtil.java118 public static void assumeHasDisplayFeatures(SidecarInterface sidecarInterface, in assumeHasDisplayFeatures() method in SidecarUtil
DExtensionUtil.java142 public static void assumeHasDisplayFeatures(WindowLayoutInfo windowLayoutInfo) { in assumeHasDisplayFeatures() method in ExtensionUtil