Searched refs:isKeyguardDrawComplete (Results 1 – 5 of 5) sorted by relevance
290 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_AutoRotationNotSupported()305 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_ScreenNotOn()320 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_NotAwake()335 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(false); in testNotEnablesSensor_KeyguardNotDrawnCompletely()350 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_WindowManagerNotDrawnCompletely()363 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_FixedUserRotation()377 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Car()390 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Tv()399 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in enableOrientationSensor()
427 final boolean keyguardDrawComplete = mDisplayPolicy.isKeyguardDrawComplete(); in updateOrientationListenerLw()
713 public boolean isKeyguardDrawComplete() { in isKeyguardDrawComplete() method in DisplayPolicy3376 && defaultDisplayPolicy.isKeyguardDrawComplete()) { in updateSystemBarsLw()
4892 return mDefaultDisplayPolicy.isKeyguardDrawComplete(); in canDismissBootAnimation()5437 proto.write(KEYGUARD_DRAW_COMPLETE, mDefaultDisplayPolicy.isKeyguardDrawComplete()); in writeToProto()
16051 HSPLcom/android/server/wm/DisplayPolicy;->isKeyguardDrawComplete()Z