Searched refs:mNotificationClickHandlerFactory (Results 1 – 5 of 5) sorted by relevance
81 private NotificationClickHandlerFactory mNotificationClickHandlerFactory; field in NotificationClickHandlerFactoryTest118 mNotificationClickHandlerFactory = new NotificationClickHandlerFactory(mBarService); in setUp()167 mNotificationClickHandlerFactory.setCarAssistUtils(mCarAssistUtils); in setUp()177 mNotificationClickHandlerFactory.registerClickListener(mListener1); in onClickClickHandler_noIntent_returnsImmediately()182 mNotificationClickHandlerFactory.getClickHandler(mAlertEntry1).onClick(mView); in onClickClickHandler_noIntent_returnsImmediately()195 mNotificationClickHandlerFactory.registerClickListener(mListener1); in onClickClickHandler_intentExists_callsBarServiceNotificationClicked()197 mNotificationClickHandlerFactory.getClickHandler(mAlertEntry1).onClick(mView); in onClickClickHandler_intentExists_callsBarServiceNotificationClicked()209 mNotificationClickHandlerFactory.registerClickListener(mListener1); in onClickClickHandler_intentExists_invokesRegisteredClickListeners()211 mNotificationClickHandlerFactory.getClickHandler(mAlertEntry1).onClick(mView); in onClickClickHandler_intentExists_invokesRegisteredClickListeners()222 mNotificationClickHandlerFactory.getClickHandler(mAlertEntry1).onClick(mView); in onClickClickHandler_shouldAutoCancel_callsBarServiceOnNotificationClear()[all …]
84 private NotificationClickHandlerFactory mNotificationClickHandlerFactory; field in CarNotificationActionsViewTest119 when(mNotificationClickHandlerFactory in setup()122 when(mNotificationClickHandlerFactory in setup()125 when(mNotificationClickHandlerFactory in setup()129 when(mNotificationClickHandlerFactory in setup()132 when(mNotificationClickHandlerFactory.getReplyAction(any(Notification.class))) in setup()152 mCarNotificationActionsView.bind(mNotificationClickHandlerFactory, in onBind_noAction_doesNotCreateButtons()167 mCarNotificationActionsView.bind(mNotificationClickHandlerFactory, in onBind_actionExists_isCarCompatibleMessage_playButtonIsVisible()179 mCarNotificationActionsView.bind(mNotificationClickHandlerFactory, in onBind_actionExists_isCarCompatibleMessage_playButtonHasClickListener()191 mCarNotificationActionsView.bind(mNotificationClickHandlerFactory, in onBind_actionExists_isCarCompatibleMessage_playButtonShowsPlayLabel()[all …]
73 private NotificationClickHandlerFactory mNotificationClickHandlerFactory; field in GroupNotificationViewHolderTest87 mNotificationClickHandlerFactory); in setup()
85 private final NotificationClickHandlerFactory mNotificationClickHandlerFactory; field in NotificationPanelViewController174 mNotificationClickHandlerFactory = notificationClickHandlerFactory; in NotificationPanelViewController()314 mNotificationClickHandlerFactory.unregisterClickListener(mOnNotificationClickListener); in reinflate()349 mNotificationClickHandlerFactory.registerClickListener(mOnNotificationClickListener); in onNotificationViewInflated()370 mNotificationView.setClickHandlerFactory(mNotificationClickHandlerFactory); in onNotificationViewInflated()477 if (mNotificationClickHandlerFactory != null) { in onCarPowerStateOn()478 mNotificationClickHandlerFactory.clearAllNotifications(mContext); in onCarPowerStateOn()
100 private NotificationClickHandlerFactory mNotificationClickHandlerFactory; field in CarNotificationActionsView196 mNotificationClickHandlerFactory = clickHandlerFactory; in bind()253 mNotificationClickHandlerFactory = null; in reset()348 if (mNotificationClickHandlerFactory == null || mAlertEntry == null) { in onCallStateChanged()362 bind(mNotificationClickHandlerFactory, mAlertEntry); in onCallStateChanged()