Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DAppConfigurationTests.java405 assumeNotIgnoringOrientation(SDK26_TRANSLUCENT_LANDSCAPE_ACTIVITY); in testTranslucentAppOrientationRequests()
526 assumeNotIgnoringOrientation(SDK26_TRANSLUCENT_LANDSCAPE_ACTIVITY); in testTranslucentActivityPermitted()
546 assumeNotIgnoringOrientation(LANDSCAPE_ORIENTATION_ACTIVITY); in testTaskCloseRestoreFixedOrientation()
762 assumeNotIgnoringOrientation(fixedOrientationActivity); in testFixedOrientationWhenRotating()
792 assumeNotIgnoringOrientation(LANDSCAPE_ORIENTATION_ACTIVITY); in testTaskMoveToBackOrientation()
1081 private void assumeNotIgnoringOrientation(ComponentName activityName) { in assumeNotIgnoringOrientation() method in AppConfigurationTests