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/other/
DPinnedStackTests.java946 assertPinnedStackStateOnMoveToBackStack(PIP_ACTIVITY, in testRemovePipWithNoFullscreenOrFreeformStack()
962 assertPinnedStackStateOnMoveToBackStack(PIP_ACTIVITY, in testRemovePipWithVisibleFullscreenOrFreeformStack()
979 assertPinnedStackStateOnMoveToBackStack(PIP_ACTIVITY, in testRemovePipWithHiddenFullscreenOrFreeformStack()
996 assertPinnedStackStateOnMoveToBackStack(PIP_ACTIVITY, in testMovePipToBackWithNoFullscreenOrFreeformStack()
1012 assertPinnedStackStateOnMoveToBackStack(PIP_ACTIVITY, in testMovePipToBackWithVisibleFullscreenOrFreeformStack()
1029 assertPinnedStackStateOnMoveToBackStack( in testMovePipToBackWithHiddenFullscreenOrFreeformStack()
1858 private void assertPinnedStackStateOnMoveToBackStack(ComponentName activityName, in assertPinnedStackStateOnMoveToBackStack() method in PinnedStackTests