Home | History | Annotate | Download | only in openwnn

Lines Matching refs:mVibrator

295     protected Vibrator mVibrator = null;
744 mVibrator = (Vibrator)mWnn.getSystemService(Context.VIBRATOR_SERVICE);
746 mVibrator = null;
829 if (mVibrator != null) {
830 try { mVibrator.vibrate(5); } catch (Exception ex) { }