Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlActionCoordinatorImpl.kt52 private val vibrator = context.getSystemService(Context.VIBRATOR_SERVICE) as Vibrator in <lambda>()
/frameworks/base/core/java/android/os/
DVibrator.java44 @SystemService(Context.VIBRATOR_SERVICE)
/frameworks/base/core/java/com/android/internal/accessibility/
DAccessibilityShortcutController.java200 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in performAccessibilityShortcut()
/frameworks/base/core/java/android/content/
DContext.java3403 VIBRATOR_SERVICE,
3944 public static final String VIBRATOR_SERVICE = "vibrator"; field in Context
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java151 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in LegacyGlobalActions()
DPhoneWindowManager.java1915 mVibrator = (Vibrator)context.getSystemService(Context.VIBRATOR_SERVICE); in init()
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/
DAccessibilityShortcutControllerTest.java135 when(mContext.getSystemService(Context.VIBRATOR_SERVICE)).thenReturn(mVibrator); in setUp()
/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java843 .getSystemService(Context.VIBRATOR_SERVICE);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java81 mVibrator = (Vibrator)getSystemService(VIBRATOR_SERVICE); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java180 mVibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in VolumeDialogControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java193 mVibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in MLand()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java712 registerService(Context.VIBRATOR_SERVICE, Vibrator.class, in registerService() argument
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1593 ((Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE)).vibrate(150); in takeScreenshot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3013 Context.VIBRATOR_SERVICE); in vibrate()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java695 mVibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in AudioService()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1886 mVibrator = (Vibrator) getContext().getSystemService(Context.VIBRATOR_SERVICE); in init()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java3076 addServiceToMap(mAppBindArgs, Context.VIBRATOR_SERVICE); in getCommonServicesLocked()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7283 field public static final java.lang.String VIBRATOR_SERVICE = "vibrator";
/frameworks/base/api/
Dcurrent.txt10239 field public static final String VIBRATOR_SERVICE = "vibrator";