Home
last modified time | relevance | path

Searched refs:setFlashlight (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/flashlight/domain/interactor/
DFlashlightTileUserActionInteractorTest.kt58 verify(controller).setFlashlight(!stateBeforeClick) in <lambda>()
68 verify(controller).setFlashlight(!stateBeforeClick) in <lambda>()
77 verify(controller, never()).setFlashlight(anyBoolean()) in <lambda>()
DFlashlightTileDataInteractorTest.kt78 controller.setFlashlight(true) in <lambda>()
80 controller.setFlashlight(false) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DFlashlightController.java24 void setFlashlight(boolean newState); in setFlashlight() method
DFlashlightControllerImpl.java124 public void setFlashlight(boolean enabled) { in setFlashlight() method in FlashlightControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/flashlight/domain/interactor/
DFlashlightTileUserActionInteractor.kt42 flashlightController.setFlashlight(!input.data.isEnabled) in handleInput()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeFlashlightController.java68 public void setFlashlight(boolean newState) { in setFlashlight() method in FakeFlashlightController
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
DFlashlightQuickAffordanceConfig.kt129 flashlightController.setFlashlight( in onTriggered()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DFlashlightControllerImplTest.kt126 controller.setFlashlight(enable) in testSetFlashlightInBackgroundExecutor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DFlashlightTile.java108 mFlashlightController.setFlashlight(newState); in handleClick()