Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiWindowTests.java88 assertActivitySupportedInSplitScreen(TEST_ACTIVITY); in testResizeableActivity()
119 assertActivitySupportedInSplitScreen(NON_RESIZEABLE_ACTIVITY); in testNonResizeableActivity()
135 assertActivitySupportedInSplitScreen(NON_RESIZEABLE_ACTIVITY); in testNonResizeableActivity()
154 assertActivitySupportedInSplitScreen(NON_RESIZEABLE_ACTIVITY); in testDevEnableNonResizeableMultiWindow_splitScreenPrimary()
177 private void assertActivitySupportedInSplitScreen(ComponentName activity) { in assertActivitySupportedInSplitScreen() method in MultiWindowTests