Searched defs:vibrator (Results 1 – 6 of 6) sorted by relevance
124 Vibrator vibrator = (Vibrator)getContext().getSystemService(Context.VIBRATOR_SERVICE); in testVibrator() local
311 Vibrator vibrator = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE); in vibrate() local320 Vibrator vibrator = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE); in vibrate() local
443 Vibrator vibrator = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE); in vibrate() local452 Vibrator vibrator = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE); in vibrate() local
93 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in onCreate() local
103 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in setUp() local
1308 final Vibrator vibrator = (Vibrator) InstrumentationRegistry.getContext() in testVibratePermission() local