Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAttentionHelperTest.java1786 assertTrue(mAttentionHelper.shouldMuteNotificationLocked(interrupter, DEFAULT_SIGNALS)); in testCannotInterruptRingtoneInsistentBeep()
1804 assertFalse(mAttentionHelper.shouldMuteNotificationLocked(ringtoneNotification, in testRingtoneInsistentBeep_canUpdate()
1812 assertFalse(mAttentionHelper.shouldMuteNotificationLocked(ringtoneNotification, in testRingtoneInsistentBeep_canUpdate()
1832 assertFalse(mAttentionHelper.shouldMuteNotificationLocked(ringtoneNotification, in testRingtoneInsistentBeep_clearEffectsStopsSoundAndVibration()
1855 assertFalse(mAttentionHelper.shouldMuteNotificationLocked(ringtoneNotification, in testRingtoneInsistentBeep_neverVibratesWhenEffectsClearedBeforeDelay()
1876 assertFalse(mAttentionHelper.shouldMuteNotificationLocked(ringtoneNotification, in testCannotInterruptRingtoneInsistentBuzz()
1883 assertTrue(mAttentionHelper.shouldMuteNotificationLocked(interrupter, DEFAULT_SIGNALS)); in testCannotInterruptRingtoneInsistentBuzz()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java426 if (hasAudibleAlert && !shouldMuteNotificationLocked(record, signals)) { in buzzBeepBlinkLocked()
576 boolean shouldMuteNotificationLocked(final NotificationRecord record, final Signals signals) { in shouldMuteNotificationLocked() method in NotificationAttentionHelper
/frameworks/base/services/
Dart-wear-profile15779 PLcom/android/server/notification/NotificationAttentionHelper;->shouldMuteNotificationLocked(Lcom/a…