Searched refs:shouldMuteNotificationLocked (Results 1 – 3 of 3) sorted by relevance
1786 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()
426 if (hasAudibleAlert && !shouldMuteNotificationLocked(record, signals)) { in buzzBeepBlinkLocked()576 boolean shouldMuteNotificationLocked(final NotificationRecord record, final Signals signals) { in shouldMuteNotificationLocked() method in NotificationAttentionHelper
15779 PLcom/android/server/notification/NotificationAttentionHelper;->shouldMuteNotificationLocked(Lcom/a…