Searched refs:isKeyguardDrawComplete (Results 1 – 5 of 5) sorted by relevance
339 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_AutoRotationNotSupported()354 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_ScreenNotOn()369 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_NotAwake()384 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(false); in testNotEnablesSensor_KeyguardNotDrawnCompletely()399 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_WindowManagerNotDrawnCompletely()412 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_FixedUserRotation()426 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Car()439 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Tv()448 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in enableOrientationSensor()
996 final boolean keyguardDrawComplete = mDisplayPolicy.isKeyguardDrawComplete(); in updateOrientationListenerLw()
828 public boolean isKeyguardDrawComplete() { in isKeyguardDrawComplete() method in DisplayPolicy2908 && defaultDisplayPolicy.isKeyguardDrawComplete()) {
4769 return mDefaultDisplayPolicy.isKeyguardDrawComplete() || mBootAnimationDismissable; in canDismissBootAnimation()5307 proto.write(KEYGUARD_DRAW_COMPLETE, mDefaultDisplayPolicy.isKeyguardDrawComplete()); in dumpDebug()
46087 HSPLcom/android/server/wm/DisplayPolicy;->isKeyguardDrawComplete()Z