Searched refs:VIBRATOR_SERVICE (Results 1 – 18 of 18) sorted by relevance
44 mVibrator = (Vibrator) mContext.getSystemService(Service.VIBRATOR_SERVICE); in start()
2101 VIBRATOR_SERVICE,2420 public static final String VIBRATOR_SERVICE = "vibrator"; field in Context
165 Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in vibrate()
603 mContext.getSystemService(Context.VIBRATOR_SERVICE); in vibrate()
477 Context.VIBRATOR_SERVICE); in onTrigger()
685 .getSystemService(Context.VIBRATOR_SERVICE);
589 .getSystemService(Context.VIBRATOR_SERVICE); in vibrate()
828 .getSystemService(Context.VIBRATOR_SERVICE);
71 mVibrator = (Vibrator)getSystemService(VIBRATOR_SERVICE); in onCreate()
153 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in GlobalActions()
1083 mVibrator = (Vibrator)context.getSystemService(Context.VIBRATOR_SERVICE); in init()
681 mVibrator = (Vibrator) getContext().getSystemService(Context.VIBRATOR_SERVICE); in setVibrateEnabled()
420 mVibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in VolumePanel()
586 registerService(VIBRATOR_SERVICE, new ServiceFetcher() { in registerService() argument
807 mVibrator = (Vibrator) getContext().getSystemService(Context.VIBRATOR_SERVICE); in onStart()
3319 Context.VIBRATOR_SERVICE);
540 Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in AudioService()
7249 field public static final java.lang.String VIBRATOR_SERVICE = "vibrator";