Searched refs:suppressAwakeInterruptions (Results 1 – 7 of 7) sorted by relevance
50 default boolean suppressAwakeInterruptions(NotificationEntry entry) { in suppressAwakeInterruptions() method
332 .firstOrNull { it.suppressAwakeInterruptions(entry) } in checkSuppressAwakeInterruptions()
613 if (mSuppressors.get(i).suppressAwakeInterruptions(entry)) { in canAlertAwakeCommon()
321 public boolean suppressAwakeInterruptions(NotificationEntry entry) {
244 mInterruptSuppressor.suppressAwakeInterruptions(createNotificationEntry())); in testSuppressInterruptions_vrMode_refactorDisabled()
211 assertThat(defaultSuppressor.suppressAwakeInterruptions(entry)).isFalse(); in testDefaultSuppressorDoesNotSuppress()1141 public boolean suppressAwakeInterruptions(NotificationEntry entry) {
148 override fun suppressAwakeInterruptions(entry: NotificationEntry?) = true in <lambda>() method in com.android.systemui.statusbar.notification.interruption.VisualInterruptionDecisionProviderTestBase