Searched refs:VIBRATOR_SERVICE (Results 1 – 6 of 6) sorted by relevance
37 Vibrator vibrator = (Vibrator)params.context.getSystemService(Context.VIBRATOR_SERVICE); in vibrate()
47 mVibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in VibrationProvider()
25 vibrator = (Vibrator) new Activity().getSystemService(Context.VIBRATOR_SERVICE); in before()
82 checkSystemService(Context.VIBRATOR_SERVICE, android.os.TestVibrator.class); in shouldProvideServices()
353 mVibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in VibratorWrapper()
48 SYSTEM_SERVICE_MAP.put(Context.VIBRATOR_SERVICE, "android.os.TestVibrator"); in SYSTEM_SERVICE_MAP.put() argument