Searched refs:isKeyguardDrawComplete (Results 1 – 4 of 4) sorted by relevance
372 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_AutoRotationNotSupported()387 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_ScreenNotOn()402 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_NotAwake()417 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(false); in testNotEnablesSensor_KeyguardNotDrawnCompletely()432 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_WindowManagerNotDrawnCompletely()445 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_FixedUserRotation()459 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Car()472 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Tv()481 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in enableOrientationSensor()
801 public boolean isKeyguardDrawComplete() { in isKeyguardDrawComplete() method in DisplayPolicy2435 && defaultDisplayPolicy.isKeyguardDrawComplete()) {
1078 final boolean keyguardDrawComplete = mDisplayPolicy.isKeyguardDrawComplete(); in updateOrientationListenerLw()
5566 return mDefaultDisplayPolicy.isKeyguardDrawComplete() || mBootAnimationDismissable;6152 proto.write(KEYGUARD_DRAW_COMPLETE, mDefaultDisplayPolicy.isKeyguardDrawComplete());