Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java337 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_AutoRotationNotSupported()
352 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(false); in testNotEnablesSensor_ScreenNotOn()
367 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_NotAwake()
382 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_KeyguardNotDrawnCompletely()
397 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_WindowManagerNotDrawnCompletely()
410 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_FixedUserRotation()
424 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Car()
437 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Tv()
446 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in enableOrientationSensor()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java994 final boolean screenOnEarly = mDisplayPolicy.isScreenOnEarly(); in updateOrientationListenerLw()
H A DDisplayPolicy.java820 public boolean isScreenOnEarly() { in isScreenOnEarly() method in DisplayPolicy
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java924 if (mDefaultDisplayPolicy.isScreenOnEarly() && !mDefaultDisplayPolicy.isScreenOnFully()) { in powerPress()
4559 return mDefaultDisplayPolicy.isScreenOnEarly(); in isScreenOn()
/aosp12/frameworks/base/services/
H A Dart-profile46093 HSPLcom/android/server/wm/DisplayPolicy;->isScreenOnEarly()Z