Home
last modified time | relevance | path

Searched refs:setLowLightActive (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayStateControllerTest.java252 stateController.setLowLightActive(true); in testComplicationsNotShownForLowLight()
266 stateController.setLowLightActive(true); in testNotifyLowLightChanged()
282 stateController.setLowLightActive(true); in testNotifyLowLightExit()
283 stateController.setLowLightActive(false); in testNotifyLowLightExit()
291 stateController.setLowLightActive(false); in testNotifyLowLightExit()
H A DDreamOverlayServiceTest.java255 verify(mStateController).setLowLightActive(false); in testInvalidWindowAddStart()
316 verify(mStateController).setLowLightActive(true); in testLowLightSetByStartDream()
340 verify(mStateController).setLowLightActive(false); in testOnEndDream()
409 verify(mStateController).setLowLightActive(false); in testDestroy()
426 verify(mStateController).setLowLightActive(false); in testDoNotRemoveViewOnDestroyIfOverlayNotStarted()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayService.java250 mStateController.setLowLightActive( in onStartDream()
359 mStateController.setLowLightActive(false); in resetCurrentDreamOverlayLocked()
H A DDreamOverlayStateController.java316 public void setLowLightActive(boolean active) { in setLowLightActive() method