Home
last modified time | relevance | path

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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
DHapticFeedbackController.java44 mVibrator = (Vibrator) mContext.getSystemService(Service.VIBRATOR_SERVICE); in start()
/frameworks/base/core/java/android/content/
DContext.java2101 VIBRATOR_SERVICE,
2420 public static final String VIBRATOR_SERVICE = "vibrator"; field in Context
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSearchPanelView.java165 Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in vibrate()
DExpandHelper.java603 mContext.getSystemService(Context.VIBRATOR_SERVICE); in vibrate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeService.java477 Context.VIBRATOR_SERVICE); in onTrigger()
/frameworks/base/core/java/com/android/internal/widget/
DRotarySelector.java685 .getSystemService(Context.VIBRATOR_SERVICE);
DWaveView.java589 .getSystemService(Context.VIBRATOR_SERVICE); in vibrate()
DSlidingTab.java828 .getSystemService(Context.VIBRATOR_SERVICE);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java71 mVibrator = (Vibrator)getSystemService(VIBRATOR_SERVICE); in onCreate()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DGlobalActions.java153 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in GlobalActions()
DPhoneWindowManager.java1083 mVibrator = (Vibrator)context.getSystemService(Context.VIBRATOR_SERVICE); in init()
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DGlowPadView.java681 mVibrator = (Vibrator) getContext().getSystemService(Context.VIBRATOR_SERVICE); in setVibrateEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumePanel.java420 mVibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in VolumePanel()
/frameworks/base/core/java/android/app/
DContextImpl.java586 registerService(VIBRATOR_SERVICE, new ServiceFetcher() { in registerService() argument
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java807 mVibrator = (Vibrator) getContext().getSystemService(Context.VIBRATOR_SERVICE); in onStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java3319 Context.VIBRATOR_SERVICE);
/frameworks/base/media/java/android/media/
DAudioService.java540 Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in AudioService()
/frameworks/base/api/
Dcurrent.txt7249 field public static final java.lang.String VIBRATOR_SERVICE = "vibrator";