Home
last modified time | relevance | path

Searched refs:setAudiblyAlerted (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java1039 record.setAudiblyAlerted(false); in testSetDidNotAudiblyAlert()
1051 record.setAudiblyAlerted(true); in testSetAudiblyAlerted()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1196 public void setAudiblyAlerted(boolean audiblyAlerted) { in setAudiblyAlerted() method in NotificationRecord
H A DNotificationManagerService.java8464 record.setAudiblyAlerted(buzz || beep);