Searched refs:mCarNotificationView (Results 1 – 3 of 3) sorted by relevance
23 private final CarNotificationView mCarNotificationView; field in NotificationViewController37 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()
38 private CarNotificationView mCarNotificationView; field in CarUxRestrictionManagerWrapper56 if (mCarNotificationView != null) { in onUxRestrictionsChanged()57 mCarNotificationView.onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()67 mCarNotificationView = carNotificationView; in setCarNotificationView()
37 private CarNotificationView mCarNotificationView; field in CarNotificationCenterActivity46 new NotificationViewController(mCarNotificationView,71 mCarNotificationView = findViewById(R.id.notification_view); in onCreate()72 mCarNotificationView.setClickHandlerFactory(app.getClickHandlerFactory()); in onCreate()