Searched refs:mMockDisplayPolicy (Results 1 – 1 of 1) sorted by relevance
123 private DisplayPolicy mMockDisplayPolicy; field in DisplayRotationTests446 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_AutoRotationNotSupported()447 when(mMockDisplayPolicy.isAwake()).thenReturn(true); in testNotEnablesSensor_AutoRotationNotSupported()448 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_AutoRotationNotSupported()449 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_AutoRotationNotSupported()461 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(false); in testNotEnablesSensor_ScreenNotOn()462 when(mMockDisplayPolicy.isAwake()).thenReturn(true); in testNotEnablesSensor_ScreenNotOn()463 when(mMockDisplayPolicy.isKeyguardDrawComplete()).thenReturn(true); in testNotEnablesSensor_ScreenNotOn()464 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_ScreenNotOn()476 when(mMockDisplayPolicy.isScreenOnEarly()).thenReturn(true); in testNotEnablesSensor_NotAwake()[all …]