Searched refs:mNotificationClickHandlerFactory (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | NotificationClickHandlerFactoryTest.java | 80 private NotificationClickHandlerFactory mNotificationClickHandlerFactory; field in NotificationClickHandlerFactoryTest 157 mNotificationClickHandlerFactory.registerClickListener(mListener1); in onClickClickHandler_noIntent_returnsImmediately() 175 mNotificationClickHandlerFactory.registerClickListener(mListener1); in onClickClickHandler_intentExists_callsBarServiceNotificationClicked() 189 mNotificationClickHandlerFactory.registerClickListener(mListener1); in onClickClickHandler_intentExists_invokesRegisteredClickListeners() 225 mNotificationClickHandlerFactory.getActionClickHandler( in onClickActionClickHandler_isReplyAction_sendsPendingIntent() 242 mNotificationClickHandlerFactory.getActionClickHandler( in onClickActionClickHandler_isReplyAction_doesNotInvokeRegisteredClickListeners() 319 mNotificationClickHandlerFactory.getMuteClickHandler(button, in onClickMuteClickHandler_togglesMute() 325 mNotificationClickHandlerFactory.getMuteClickHandler(button, in onClickMuteClickHandler_togglesMute() 341 mNotificationClickHandlerFactory.getMuteClickHandler(button, in onClickMuteClickHandler_isMuted_muteStatusSetTrue() 355 mNotificationClickHandlerFactory.getMuteClickHandler(button, in onClickMuteClickHandler_isUnmuted_muteStatusSetFalse() [all …]
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/ |
H A D | CarNotificationActionsViewTest.java | 76 private NotificationClickHandlerFactory mNotificationClickHandlerFactory; field in CarNotificationActionsViewTest 104 when(mNotificationClickHandlerFactory in setup() 107 when(mNotificationClickHandlerFactory in setup() 110 when(mNotificationClickHandlerFactory in setup() 114 when(mNotificationClickHandlerFactory in setup() 137 mCarNotificationActionsView.bind(mNotificationClickHandlerFactory, in onBind_noAction_doesNotCreateButtons() 152 mCarNotificationActionsView.bind(mNotificationClickHandlerFactory, in onBind_actionExists_isCarCompatibleMessage_playButtonIsVisible() 164 mCarNotificationActionsView.bind(mNotificationClickHandlerFactory, in onBind_actionExists_isCarCompatibleMessage_playButtonHasClickListener() 176 mCarNotificationActionsView.bind(mNotificationClickHandlerFactory, in onBind_actionExists_isCarCompatibleMessage_playButtonShowsPlayLabel() 189 mCarNotificationActionsView.bind(mNotificationClickHandlerFactory, in onBind_actionExists_isCarCompatibleMessage_playButtonShowsPlayDrawable() [all …]
|
H A D | GroupNotificationViewHolderTest.java | 69 private NotificationClickHandlerFactory mNotificationClickHandlerFactory; field in GroupNotificationViewHolderTest 83 mNotificationClickHandlerFactory); in setup()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/ |
H A D | NotificationPanelViewController.java | 83 private final NotificationClickHandlerFactory mNotificationClickHandlerFactory; field in NotificationPanelViewController 144 mNotificationClickHandlerFactory = notificationClickHandlerFactory; in NotificationPanelViewController() 307 mNotificationClickHandlerFactory.registerClickListener((launchResult, alertEntry) -> { in onNotificationViewInflated() 330 mNotificationView.setClickHandlerFactory(mNotificationClickHandlerFactory); in onNotificationViewInflated() 446 if (mNotificationClickHandlerFactory != null) { in onCarPowerStateOn() 447 mNotificationClickHandlerFactory.clearAllNotifications(); in onCarPowerStateOn()
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
H A D | CarNotificationActionsView.java | 96 private NotificationClickHandlerFactory mNotificationClickHandlerFactory; field in CarNotificationActionsView 190 mNotificationClickHandlerFactory = clickHandlerFactory; in bind() 242 mNotificationClickHandlerFactory = null; in reset() 338 if (mNotificationClickHandlerFactory == null || mAlertEntry == null) { in onCallStateChanged() 352 bind(mNotificationClickHandlerFactory, mAlertEntry); in onCallStateChanged()
|