Searched refs:mHaptic (Results 1 – 2 of 2) sorted by relevance
116 private HapticFeedback mHaptic = new HapticFeedback(); field in EmergencyDialer238 mHaptic.init(this, res.getBoolean(R.bool.config_enable_dialer_key_vibration)); in onCreate()321 mHaptic.vibrate(); in keyPressed()350 mHaptic.vibrate(); // Vibrate here too, just like we do for the regular keys in onClick()461 mHaptic.checkSystemSetting(); in onResume()
203 private final HapticFeedback mHaptic = new HapticFeedback(); field in DialpadFragment323 mHaptic.init(getActivity(), in onCreate()629 mHaptic.checkSystemSetting(); in onResume()755 mHaptic.vibrate(); in keyPressed()883 mHaptic.vibrate(); in onClick()