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()
90 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
595 Vibrator vibe = (Vibrator) getContext().getSystemService(Context.VIBRATOR_SERVICE); in onLongPress()
126 mVibrator = (Vibrator) mService.getSystemService(Context.VIBRATOR_SERVICE); in AndroidFacade()