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.java45 private final FlashlightController mFlashlightController; field in FlashlightTile
49 mFlashlightController = Dependency.get(FlashlightController.class); in FlashlightTile()
65 mFlashlightController.addCallback(this); in setListening()
67 mFlashlightController.removeCallback(this); in setListening()
82 return mFlashlightController.hasFlashlight(); in isAvailable()
92 mFlashlightController.setFlashlight(newState); in handleClick()
108 if (!mFlashlightController.isAvailable()) { in handleUpdateState()
124 state.value = mFlashlightController.isEnabled(); in handleUpdateState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java135 private FlashlightController mFlashlightController; field in KeyguardBottomAreaView
253 mFlashlightController = Dependency.get(FlashlightController.class); in onFinishInflate()