Searched refs:isKeyguardDrawComplete (Results 1 – 5 of 5) sorted by relevance
448 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_AutoRotationNotSupported()463 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_ScreenNotOn()478 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_NotAwake()493 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(false); in testNotEnablesSensor_KeyguardNotDrawnCompletely()508 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_WindowManagerNotDrawnCompletely()521 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_FixedUserRotation()535 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Car()548 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Tv()557 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in enableOrientationSensor()
824 public boolean isKeyguardDrawComplete() { in isKeyguardDrawComplete() method in DisplayPolicy2553 && defaultDisplayPolicy.isKeyguardDrawComplete()) {
1110 final boolean keyguardDrawComplete = mDisplayPolicy.isKeyguardDrawComplete(); in updateOrientationListenerLw()
6061 return mDefaultDisplayPolicy.isKeyguardDrawComplete() || mBootAnimationDismissable;6531 proto.write(KEYGUARD_DRAW_COMPLETE, mDefaultDisplayPolicy.isKeyguardDrawComplete());
27070 PLcom/android/server/wm/DisplayPolicy;->isKeyguardDrawComplete()Z