Searched refs:VIBRATOR_SERVICE (Results 1 – 7 of 7) sorted by relevance
37 Vibrator vibrator = (Vibrator)params.context.getSystemService(Context.VIBRATOR_SERVICE); in vibrate()
25 vibrator = (Vibrator) new Activity().getSystemService(Context.VIBRATOR_SERVICE); in before()
82 checkSystemService(Context.VIBRATOR_SERVICE, android.os.TestVibrator.class); in shouldProvideServices()
92 vibrator = (Vibrator) mService.getSystemService(Context.VIBRATOR_SERVICE); in TerminalManager()
48 SYSTEM_SERVICE_MAP.put(Context.VIBRATOR_SERVICE, "android.os.TestVibrator"); in SYSTEM_SERVICE_MAP.put() argument
172 vibrator = (Vibrator)context.getSystemService(Context.VIBRATOR_SERVICE); in AndroidInput()
123 mVibrator = (Vibrator) mService.getSystemService(Context.VIBRATOR_SERVICE); in AndroidFacade()