Home
last modified time | relevance | path

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

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