Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java920 record.setAudiblyAlerted(false); in testSetDidNotAudiblyAlert()
932 record.setAudiblyAlerted(true); in testSetAudiblyAlerted()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java1026 public void setAudiblyAlerted(boolean audiblyAlerted) { in setAudiblyAlerted() method in NotificationRecord
DNotificationManagerService.java6030 record.setAudiblyAlerted(buzz || beep);