Searched refs:isScreenOnEarly (Results 1 – 5 of 5) sorted by relevance
370 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_AutoRotationNotSupported()385 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(false); in testNotEnablesSensor_ScreenNotOn()400 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_NotAwake()415 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_KeyguardNotDrawnCompletely()430 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_WindowManagerNotDrawnCompletely()443 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_FixedUserRotation()457 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Car()470 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Tv()479 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in enableOrientationSensor()
1076 final boolean screenOnEarly = mDisplayPolicy.isScreenOnEarly(); in updateOrientationListenerLw()
793 public boolean isScreenOnEarly() { in isScreenOnEarly() method in DisplayPolicy
1019 if (mDefaultDisplayPolicy.isScreenOnEarly() && !mDefaultDisplayPolicy.isScreenOnFully()) { in powerPress()5356 return mDefaultDisplayPolicy.isScreenOnEarly();
11013 HSPLcom/android/server/wm/DisplayPolicy;->isScreenOnEarly()Z