Home
last modified time | relevance | path

Searched refs:setRecentlyAudiblyAlerted (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationViewWrapper.java395 public void setRecentlyAudiblyAlerted(boolean audiblyAlerted) { in setRecentlyAudiblyAlerted() method in NotificationViewWrapper
H A DNotificationHeaderViewWrapper.java284 public void setRecentlyAudiblyAlerted(boolean audiblyAlerted) { in setRecentlyAudiblyAlerted() method in NotificationHeaderViewWrapper
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java1480 public void setRecentlyAudiblyAlerted(boolean audiblyAlertedRecently) {
1482 mNotificationHeaderWrapper.setRecentlyAudiblyAlerted(audiblyAlertedRecently);
1485 mNotificationHeaderWrapperLowPriority.setRecentlyAudiblyAlerted(audiblyAlertedRecently);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1742 public void setRecentlyAudiblyAlerted(boolean audiblyAlerted) {
1744 mContractedWrapper.setRecentlyAudiblyAlerted(audiblyAlerted);
1747 mExpandedWrapper.setRecentlyAudiblyAlerted(audiblyAlerted);
1750 mHeadsUpWrapper.setRecentlyAudiblyAlerted(audiblyAlerted);
H A DExpandableNotificationRow.java1852 mChildrenContainer.setRecentlyAudiblyAlerted(audiblyAlertedRecently);
1854 mPrivateLayout.setRecentlyAudiblyAlerted(audiblyAlertedRecently);
1855 mPublicLayout.setRecentlyAudiblyAlerted(audiblyAlertedRecently);