Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java23 private final CarNotificationView mCarNotificationView; field in NotificationViewController
37 mCarNotificationView = carNotificationView; in NotificationViewController()
46 View view = mCarNotificationView.findViewById(R.id.notification_center_title); in NotificationViewController()
66 mUxResitrictionListener.setCarNotificationView(mCarNotificationView); in enable()
70 mCarNotificationView.onUxRestrictionsChanged(currentRestrictions); in enable()
92 mCarNotificationView.collapseAllGroups(); in setIsInForeground()
115 mCarNotificationView.setNotifications(notificationGroups); in resetNotifications()
130 mCarNotificationView.setNotifications( in updateNotifications()
DCarUxRestrictionManagerWrapper.java38 private CarNotificationView mCarNotificationView; field in CarUxRestrictionManagerWrapper
56 if (mCarNotificationView != null) { in onUxRestrictionsChanged()
57 mCarNotificationView.onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
67 mCarNotificationView = carNotificationView; in setCarNotificationView()
DCarNotificationCenterActivity.java37 private CarNotificationView mCarNotificationView; field in CarNotificationCenterActivity
46 new NotificationViewController(mCarNotificationView,
71 mCarNotificationView = findViewById(R.id.notification_view); in onCreate()
72 mCarNotificationView.setClickHandlerFactory(app.getClickHandlerFactory()); in onCreate()