Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBuzzBeepBlinkTest.java459 mService.setIsAutomotive(true); in testNoBeepForAutomotiveIfEffectsDisabled()
473 mService.setIsAutomotive(true); in testNoBeepForImportanceDefaultInAutomotiveIfEffectsEnabled()
487 mService.setIsAutomotive(true); in testBeepForImportanceHighInAutomotiveIfEffectsEnabled()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1611 void setIsAutomotive(boolean isAutomotive) { in setIsAutomotive() method in NotificationManagerService