Searched refs:mInterruptSuppressor (Results 1 – 2 of 2) sorted by relevance
94 private NotificationInterruptSuppressor mInterruptSuppressor; field in StatusBarNotificationPresenterTest133 assertNotNull(mInterruptSuppressor); in testInit_refactorDisabled()144 assertNull(mInterruptSuppressor); in testInit_refactorEnabled()150 assertFalse(mInterruptSuppressor.suppressAwakeHeadsUp(createNotificationEntry())); in testNoSuppressHeadsUp_default_refactorDisabled()170 mInterruptSuppressor.suppressAwakeHeadsUp(createNotificationEntry())); in testSuppressHeadsUp_disabledStatusBar_refactorDisabled()192 mInterruptSuppressor.suppressAwakeHeadsUp(createNotificationEntry())); in testSuppressHeadsUp_disabledNotificationShade_refactorDisabled()221 assertFalse(mInterruptSuppressor.suppressAwakeHeadsUp(createFsiNotificationEntry())); in testNoSuppressHeadsUp_FSI_nonOccludedKeyguard_refactorDisabled()244 mInterruptSuppressor.suppressAwakeInterruptions(createNotificationEntry())); in testSuppressInterruptions_vrMode_refactorDisabled()266 mInterruptSuppressor.suppressInterruptions(createNotificationEntry())); in testSuppressInterruptions_statusBarAlertsDisabled_refactorDisabled()329 mInterruptSuppressor = null; in verifyAndCaptureSuppressors()[all …]
186 visualInterruptionDecisionProvider.addLegacySuppressor(mInterruptSuppressor); in StatusBarNotificationPresenter()288 private final NotificationInterruptSuppressor mInterruptSuppressor = field in StatusBarNotificationPresenter