Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java626 mService.setNotificationEffectsEnabledForAutomotive(false); in testNoBeepForAutomotiveIfEffectsDisabled()
640 mService.setNotificationEffectsEnabledForAutomotive(true); in testNoBeepForImportanceDefaultInAutomotiveIfEffectsEnabled()
654 mService.setNotificationEffectsEnabledForAutomotive(true); in testBeepForImportanceHighInAutomotiveIfEffectsEnabled()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2194 void setNotificationEffectsEnabledForAutomotive(boolean isEnabled) { in setNotificationEffectsEnabledForAutomotive() method in NotificationManagerService