Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DFlashlightTile.java39 private final FlashlightController mFlashlightController; field in FlashlightTile
43 mFlashlightController = Dependency.get(FlashlightController.class); in FlashlightTile()
59 mFlashlightController.addCallback(this); in handleSetListening()
61 mFlashlightController.removeCallback(this); in handleSetListening()
76 return mFlashlightController.hasFlashlight(); in isAvailable()
86 mFlashlightController.setFlashlight(newState); in handleClick()
105 if (!mFlashlightController.isAvailable()) { in handleUpdateState()
120 state.value = mFlashlightController.isEnabled(); in handleUpdateState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java136 private FlashlightController mFlashlightController; field in KeyguardBottomAreaView
265 mFlashlightController = Dependency.get(FlashlightController.class); in onFinishInflate()