Searched refs:mActiveNotificationsInteractor (Results 1 – 7 of 7) sorted by relevance
502 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 …]
169 protected ActiveNotificationsInteractor mActiveNotificationsInteractor; field in QuickSettingsControllerImplBaseTest237 mActiveNotificationsInteractor = new ActiveNotificationsInteractor( in setup()307 mActiveNotificationsInteractor, in setup()
352 @Mock protected ActiveNotificationsInteractor mActiveNotificationsInteractor; field in NotificationPanelViewControllerBaseTest759 mActiveNotificationsInteractor, in setup()836 mActiveNotificationsInteractor, in setup()
123 private final ActiveNotificationsInteractor mActiveNotificationsInteractor = field in NotificationLoggerTest140 mActiveNotificationsInteractor, in setUp()
164 private final ActiveNotificationsInteractor mActiveNotificationsInteractor = field in NotificationGutsManagerTest182 mActiveNotificationsInteractor, in setUp()
160 private final ActiveNotificationsInteractor mActiveNotificationsInteractor; field in QuickSettingsControllerImpl384 mActiveNotificationsInteractor = activeNotificationsInteractor; in QuickSettingsControllerImpl()2243 ? mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue() in setTransitionToFullShadeAmount()
614 private final ActiveNotificationsInteractor mActiveNotificationsInteractor; field in NotificationPanelViewController816 mActiveNotificationsInteractor = activeNotificationsInteractor; in NotificationPanelViewController()1853 return mActiveNotificationsInteractor.getAreAnyNotificationsPresentValue() in hasVisibleNotifications()