Searched refs:configureDisplayRotation (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayRotationTests.java | 239 configureDisplayRotation(SCREEN_ORIENTATION_LANDSCAPE, false, false); in testReturnsUserRotation_UserRotationLocked_NoAppRequest() 251 configureDisplayRotation(SCREEN_ORIENTATION_LANDSCAPE, false /* isCar */, in testReturnsLandscape_UserRotationLockedSeascape_AppRequestsLandscape() 264 configureDisplayRotation(SCREEN_ORIENTATION_LANDSCAPE, false /* isCar */, in testReturnsSeascape_UserRotationLockedSeascape_AppRequestsSeascape() 277 configureDisplayRotation(SCREEN_ORIENTATION_LANDSCAPE, false /* isCar */, in testReturnsPortrait_UserRotationLockedPortrait_AppRequestsPortrait() 290 configureDisplayRotation(SCREEN_ORIENTATION_LANDSCAPE, false /* isCar */, in testReturnsUpsideDown_UserRotationLockedUpsideDown_AppRequestsUpsideDown() 303 configureDisplayRotation(SCREEN_ORIENTATION_LANDSCAPE, false, false); in testReturnsSideways_UserRotationLocked_IncompatibleAppRequest() 333 configureDisplayRotation(SCREEN_ORIENTATION_PORTRAIT, false, false); in testNotEnablesSensor_AutoRotationNotSupported() 348 configureDisplayRotation(SCREEN_ORIENTATION_PORTRAIT, false, false); in testNotEnablesSensor_ScreenNotOn() 363 configureDisplayRotation(SCREEN_ORIENTATION_PORTRAIT, false, false); in testNotEnablesSensor_NotAwake() 378 configureDisplayRotation(SCREEN_ORIENTATION_PORTRAIT, false, false); in testNotEnablesSensor_KeyguardNotDrawnCompletely() [all …]
|