Home
last modified time | relevance | path

Searched refs:getVibratorHelper (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java906 mService.getVibratorHelper().createFallbackVibration(/* insistent= */ false)); in testDemoteSoundToVibrate()
1195 verifyDelayedVibrate(mService.getVibratorHelper().createFallbackVibration(false)); in testQuietUpdateCancelsDemotedVibrate()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2090 VibratorHelper getVibratorHelper() { in getVibratorHelper() method in NotificationManagerService