Searched refs:VIBRATOR_SERVICE (Results 1 - 18 of 18) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DHapticFeedbackController.java44 mVibrator = (Vibrator) mContext.getSystemService(Service.VIBRATOR_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java2102 VIBRATOR_SERVICE,
2181 * <dt> {@link #VIBRATOR_SERVICE} ("vibrator")
2237 * @see #VIBRATOR_SERVICE
2424 public static final String VIBRATOR_SERVICE = "vibrator"; field in class:Context
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java165 Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
H A DExpandHelper.java606 mContext.getSystemService(Context.VIBRATOR_SERVICE);
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java685 .getSystemService(Context.VIBRATOR_SERVICE);
H A DWaveView.java589 .getSystemService(Context.VIBRATOR_SERVICE);
H A DSlidingTab.java828 .getSystemService(Context.VIBRATOR_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java529 Context.VIBRATOR_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DLLand.java176 mVibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java153 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE);
H A DPhoneWindowManager.java1323 mVibrator = (Vibrator)context.getSystemService(Context.VIBRATOR_SERVICE);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java71 mVibrator = (Vibrator)getSystemService(VIBRATOR_SERVICE);
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java681 mVibrator = (Vibrator) getContext().getSystemService(Context.VIBRATOR_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java443 mVibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
/frameworks/base/core/java/android/app/
H A DContextImpl.java592 registerService(VIBRATOR_SERVICE, new ServiceFetcher() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3423 Context.VIBRATOR_SERVICE);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java863 mVibrator = (Vibrator) getContext().getSystemService(Context.VIBRATOR_SERVICE);
/frameworks/base/media/java/android/media/
H A DAudioService.java561 Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);

Completed in 894 milliseconds