Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java109 private final VibratorHelper mVibratorHelper; field in PanelView
211 mVibratorHelper = Dependency.get(VibratorHelper.class); in PanelView()
408 mVibratorHelper.vibrate(VibrationEffect.EFFECT_TICK); in startOpening()
DStatusBar.java623 private VibratorHelper mVibratorHelper; field in StatusBar
664 mVibratorHelper = Dependency.get(VibratorHelper.class); in start()
2208 mVibratorHelper.vibrate(VibrationEffect.EFFECT_TICK); in handleSystemKey()