Home
last modified time | relevance | path

Searched refs:mNotificationAlertsInteractor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java101 private final NotificationAlertsInteractor mNotificationAlertsInteractor = field in StatusBarNotificationPresenterTest
115 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java95 private final NotificationAlertsInteractor mNotificationAlertsInteractor; field in StatusBarNotificationPresenter
144 mNotificationAlertsInteractor = notificationAlertsInteractor; in StatusBarNotificationPresenter()
327 return !mNotificationAlertsInteractor.areNotificationAlertsEnabled();
336 return !mNotificationAlertsInteractor.areNotificationAlertsEnabled();