Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationHeaderViewWrapper.java284 public void setRecentlyAudiblyAlerted(boolean audiblyAlerted) { in setRecentlyAudiblyAlerted() argument
286 mAudiblyAlertedIcon.setVisibility(audiblyAlerted ? View.VISIBLE : View.GONE); in setRecentlyAudiblyAlerted()
H A DNotificationViewWrapper.java395 public void setRecentlyAudiblyAlerted(boolean audiblyAlerted) { in setRecentlyAudiblyAlerted() argument
/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);
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1196 public void setAudiblyAlerted(boolean audiblyAlerted) { in setAudiblyAlerted() argument
1197 mLastAudiblyAlertedMs = audiblyAlerted ? System.currentTimeMillis() : -1; in setAudiblyAlerted()