Home
last modified time | relevance | path

Searched refs:mActiveNotificationsInteractor (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java502 when(mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue()).thenReturn(true); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications()
508 when(mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue()).thenReturn(false); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications()
517 when(mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue()).thenReturn(true); in keyguardStatusView_splitShade_dozing_alwaysDozingOn_isCentered()
529 when(mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue()).thenReturn(true); in keyguardStatusView_splitShade_dozing_alwaysDozingOff_isNotCentered()
541 when(mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue()).thenReturn(true); in keyguardStatusView_splitShade_notDozing_alwaysDozingOn_isNotCentered()
553 when(mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue()).thenReturn(true); in keyguardStatusView_splitShade_pulsing_isNotCentered()
566 when(mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue()).thenReturn(true); in keyguardStatusView_splitShade_notPulsing_isNotCentered()
582 when(mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue()).thenReturn(true); in keyguardStatusView_singleShade_isCentered()
593 when(mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue()).thenReturn(true); in keyguardStatusView_willPlayDelayedDoze_isCentered_thenNot()
608 when(mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue()).thenReturn(true); in keyguardStatusView_willPlayDelayedDoze_notifiesKeyguardMediaController()
[all …]
DQuickSettingsControllerImplBaseTest.java169 protected ActiveNotificationsInteractor mActiveNotificationsInteractor; field in QuickSettingsControllerImplBaseTest
237 mActiveNotificationsInteractor = new ActiveNotificationsInteractor( in setup()
307 mActiveNotificationsInteractor, in setup()
DNotificationPanelViewControllerBaseTest.java352 @Mock protected ActiveNotificationsInteractor mActiveNotificationsInteractor; field in NotificationPanelViewControllerBaseTest
759 mActiveNotificationsInteractor, in setup()
836 mActiveNotificationsInteractor, in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java123 private final ActiveNotificationsInteractor mActiveNotificationsInteractor = field in NotificationLoggerTest
140 mActiveNotificationsInteractor, in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java164 private final ActiveNotificationsInteractor mActiveNotificationsInteractor = field in NotificationGutsManagerTest
182 mActiveNotificationsInteractor, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java160 private final ActiveNotificationsInteractor mActiveNotificationsInteractor; field in QuickSettingsControllerImpl
384 mActiveNotificationsInteractor = activeNotificationsInteractor; in QuickSettingsControllerImpl()
2243 ? mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue() in setTransitionToFullShadeAmount()
DNotificationPanelViewController.java614 private final ActiveNotificationsInteractor mActiveNotificationsInteractor; field in NotificationPanelViewController
816 mActiveNotificationsInteractor = activeNotificationsInteractor; in NotificationPanelViewController()
1853 return mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue() in hasVisibleNotifications()