Searched refs:isKeyguardScreenRotationAllowed (Results 1 – 7 of 7) sorted by relevance
301 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(false); in rotationBecameAllowed_layoutParamsUpdated()305 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(true); in rotationBecameAllowed_layoutParamsUpdated()316 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(true); in rotationBecameNotAllowed_layoutParamsUpdated()320 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(false); in rotationBecameNotAllowed_layoutParamsUpdated()348 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(false); in bouncerShowing_OrientationNoSensor()
61 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in FakeKeyguardStateController
137 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in FakeKeyguardStateController
70 boolean isKeyguardScreenRotationAllowed(); in isKeyguardScreenRotationAllowed() method
282 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in KeyguardStateControllerImpl
164 mLastKeyguardRotationAllowed = mKeyguardStateController.isKeyguardScreenRotationAllowed(); in NotificationShadeWindowControllerImpl()368 if (mKeyguardStateController.isKeyguardScreenRotationAllowed()) { in adjustScreenOrientation()881 .isKeyguardScreenRotationAllowed(); in onConfigChanged()
352 if (!keyguardStateController.isKeyguardScreenRotationAllowed &&