Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java926 assertPinnedStackStateOnMoveToBackStack(PIP_ACTIVITY, in testRemovePipWithNoFullscreenOrFreeformStack()
942 assertPinnedStackStateOnMoveToBackStack(PIP_ACTIVITY, in testRemovePipWithVisibleFullscreenOrFreeformStack()
959 assertPinnedStackStateOnMoveToBackStack(PIP_ACTIVITY, in testRemovePipWithHiddenFullscreenOrFreeformStack()
976 assertPinnedStackStateOnMoveToBackStack(PIP_ACTIVITY, in testMovePipToBackWithNoFullscreenOrFreeformStack()
992 assertPinnedStackStateOnMoveToBackStack(PIP_ACTIVITY, in testMovePipToBackWithVisibleFullscreenOrFreeformStack()
1009 assertPinnedStackStateOnMoveToBackStack( in testMovePipToBackWithHiddenFullscreenOrFreeformStack()
1824 private void assertPinnedStackStateOnMoveToBackStack(ComponentName activityName, in assertPinnedStackStateOnMoveToBackStack() method in PinnedStackTests