Searched refs:mNotificationAlertsInteractor (Results 1 – 2 of 2) sorted by relevance
101 private final NotificationAlertsInteractor mNotificationAlertsInteractor = field in StatusBarNotificationPresenterTest115 when(mNotificationAlertsInteractor.areNotificationAlertsEnabled()).thenReturn(true); in setup()263 when(mNotificationAlertsInteractor.areNotificationAlertsEnabled()).thenReturn(false); in testSuppressInterruptions_statusBarAlertsDisabled_refactorDisabled()272 when(mNotificationAlertsInteractor.areNotificationAlertsEnabled()).thenReturn(false); in testSuppressInterruptions_statusBarAlertsDisabled_refactorEnabled()310 mNotificationAlertsInteractor, in createPresenter()
95 private final NotificationAlertsInteractor mNotificationAlertsInteractor; field in StatusBarNotificationPresenter144 mNotificationAlertsInteractor = notificationAlertsInteractor; in StatusBarNotificationPresenter()327 return !mNotificationAlertsInteractor.areNotificationAlertsEnabled();336 return !mNotificationAlertsInteractor.areNotificationAlertsEnabled();