Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DFlashlightController.java239 dispatchListeners(DISPATCH_OFF, false /* argument (ignored) */); in dispatchOff()
243 dispatchListeners(DISPATCH_ERROR, false /* argument (ignored) */); in dispatchError()
247 dispatchListeners(DISPATCH_AVAILABILITY_CHANGED, available); in dispatchAvailabilityChanged()
250 private void dispatchListeners(int message, boolean argument) { in dispatchListeners() method in FlashlightController