Searched refs:mCarNotificationListener (Results 1 – 3 of 3) sorted by relevance
61 private CarNotificationListener mCarNotificationListener; field in CarNotificationListenerTest78 mCarNotificationListener = spy(new CarNotificationListener()); in setup()79 mCarNotificationListener.setHandler(mHandler); in setup()88 }).when(mCarNotificationListener).onListenerConnected(); in setup()89 mCarNotificationListener.registerAsSystemService(context, mCarUxRestrictionManagerWrapper, in setup()92 while (!mCarNotificationListener.getIsListenerConnected()) { in setup()96 mCarNotificationListener.setNotificationDataManager(mNotificationDataManager); in setup()107 if (mCarNotificationListener != null) { in tearDown()108 mCarNotificationListener.unregisterAsSystemService(); in tearDown()118 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_notForCurrentUser_ignoresTheEvent()[all …]
22 private final CarNotificationListener mCarNotificationListener; field in NotificationViewController37 mCarNotificationListener = carNotificationListener; in NotificationViewController()67 mCarNotificationListener.setHandler(mNotificationUpdateHandler); in enable()82 mCarNotificationListener.setHandler(null); in disable()91 mCarNotificationListener.onVisibilityChanged(mIsVisible); in onVisibilityChanged()103 mPreprocessingManager.init(mCarNotificationListener.getNotifications(), in resetNotifications()104 mCarNotificationListener.getCurrentRanking()); in resetNotifications()108 + mCarNotificationListener.getNotifications()); in resetNotifications()113 mCarNotificationListener.getNotifications(), in resetNotifications()114 mCarNotificationListener.getCurrentRanking()); in resetNotifications()[all …]
84 private final CarNotificationListener mCarNotificationListener; field in NotificationPanelViewController173 mCarNotificationListener = carNotificationListener; in NotificationPanelViewController()352 mCarNotificationListener.getCurrentRanking()); in onNotificationViewInflated()357 mCarNotificationListener.setNotificationsShown( in onNotificationViewInflated()369 mCarNotificationListener, in onNotificationViewInflated()484 mCarNotificationListener.clearCache(); in clearCache()