Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java538 record.setAudiblyAlerted((buzz || beep) in buzzBeepBlinkLocked()
541 record.setAudiblyAlerted(buzz || beep); in buzzBeepBlinkLocked()
DNotificationRecord.java1234 public void setAudiblyAlerted(boolean audiblyAlerted) { in setAudiblyAlerted() method in NotificationRecord
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java1205 record.setAudiblyAlerted(false); in testSetDidNotAudiblyAlert()
1217 record.setAudiblyAlerted(true); in testSetAudiblyAlerted()
/frameworks/base/services/
Dart-wear-profile16297 PLcom/android/server/notification/NotificationRecord;->setAudiblyAlerted(Z)V