Home
last modified time | relevance | path

Searched refs:mCarNotificationView (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarNotificationViewTest.java68 private CarNotificationView mCarNotificationView; field in CarNotificationViewTest
106 mCarNotificationView.setNotifications(notifications); in onClickClearAllButton_callsFactoryClearNotificationsWithDismissibleNotifications()
157 mCarNotificationView.setNotifications(notifications); in setNotifications_notEmpty_listViewIsVisible()
171 mCarNotificationView.setNotifications(notifications); in setNotifications_notEmpty_emptyNotificationTextViewIsGone()
187 mCarNotificationView.setNotifications(notifications); in setNotifications_notEmpty_manageButtonIsGone()
197 mCarNotificationView.setNotifications(notifications); in setNotifications_empty_listViewIsGone()
207 mCarNotificationView.setNotifications(notifications); in setNotifications_empty_emptyNotificationTextViewIsVisible()
217 mCarNotificationView.setNotifications(notifications); in setNotifications_empty_manageButtonIsVisible()
229 mCarNotificationView.setNotifications(notifications); in removeNotification_notificationNotRemoved()
243 mCarNotificationView.setNotifications(notifications); in removeNotification_notificationRemoved_wholeGroupRemoved()
[all …]
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationViewController.java20 private final CarNotificationView mCarNotificationView; field in NotificationViewController
34 mCarNotificationView = carNotificationView; in NotificationViewController()
39 mShowRecentsAndOlderHeaders = mCarNotificationView.getContext() in NotificationViewController()
45 View view = mCarNotificationView.findViewById(R.id.notification_center_title); in NotificationViewController()
67 mUxResitrictionListener.setCarNotificationView(mCarNotificationView); in enable()
71 mCarNotificationView.onUxRestrictionsChanged(currentRestrictions); in enable()
93 mCarNotificationView.resetState(); in onVisibilityChanged()
122 mCarNotificationView.setNotifications(notificationGroups); in resetNotifications()
144 mCarNotificationView.removeNotification(alertEntry); in updateNotifications()
150 mCarNotificationView.setNotifications(notificationGroups); in updateNotifications()
H A DCarUxRestrictionManagerWrapper.java37 private CarNotificationView mCarNotificationView; field in CarUxRestrictionManagerWrapper
55 if (mCarNotificationView != null) { in onUxRestrictionsChanged()
56 mCarNotificationView.onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
66 mCarNotificationView = carNotificationView; in setCarNotificationView()
H A DCarNotificationCenterActivity.java37 private CarNotificationView mCarNotificationView; field in CarNotificationCenterActivity
46 new NotificationViewController(mCarNotificationView,
69 mCarNotificationView = findViewById(R.id.notification_view); in onCreate()
70 mCarNotificationView.setClickHandlerFactory(app.getClickHandlerFactory()); in onCreate()