Home
last modified time | relevance | path

Searched refs:mFlashlightController (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DFlashlightTile.java51 private final FlashlightController mFlashlightController; field in FlashlightTile
67 mFlashlightController = flashlightController; in FlashlightTile()
68 mFlashlightController.observe(getLifecycle(), this); in FlashlightTile()
94 return mFlashlightController.hasFlashlight(); in isAvailable()
104 mFlashlightController.setFlashlight(newState); in handleClick()
125 if (!mFlashlightController.isAvailable()) { in handleUpdateState()
141 state.value = mFlashlightController.isEnabled(); in handleUpdateState()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java255 @Inject Lazy<FlashlightController> mFlashlightController; field in Dependency
408 mProviders.put(FlashlightController.class, mFlashlightController::get); in start()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java166 private FlashlightController mFlashlightController; field in KeyguardBottomAreaView
327 mFlashlightController = Dependency.get(FlashlightController.class); in onFinishInflate()