Home
last modified time | relevance | path

Searched refs:CarNotificationListener (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DCarNotificationModule.java22 import com.android.car.notification.CarNotificationListener;
60 static CarNotificationListener provideCarNotificationListener(Context context, in provideCarNotificationListener()
63 CarNotificationListener listener = new CarNotificationListener(); in provideCarNotificationListener()
DNotificationPanelViewController.java40 import com.android.car.notification.CarNotificationListener;
84 private final CarNotificationListener mCarNotificationListener;
156 CarNotificationListener carNotificationListener, in NotificationPanelViewController()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationCenterActivity.java38 private CarNotificationListener mNotificationListener;
49 mNotificationListener = ((CarNotificationListener.LocalBinder) binder).getService();
99 Intent intent = new Intent(this, CarNotificationListener.class); in onStart()
100 intent.setAction(CarNotificationListener.ACTION_LOCAL_BINDING); in onStart()
DNotificationViewController.java22 private final CarNotificationListener mCarNotificationListener;
33 CarNotificationListener carNotificationListener, in NotificationViewController()
145 if (what == CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED) { in updateNotifications()
160 if (message.what == CarNotificationListener.NOTIFY_RANKING_UPDATED) { in handleMessage()
DCarNotificationListener.java48 public class CarNotificationListener extends NotificationListenerService implements class
328 public CarNotificationListener getService() { in getService()
329 return CarNotificationListener.this; in getService()
DPreprocessingManager.java176 case CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED: in updateNotifications()
182 case CarNotificationListener.NOTIFY_NOTIFICATION_POSTED: in updateNotifications()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationListenerTest.java61 private CarNotificationListener mCarNotificationListener;
78 mCarNotificationListener = spy(new CarNotificationListener()); in setup()
DPreprocessingManagerTest.java1101 CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED, in onUpdateNotifications_notificationRemoved_removesNotification()
1124 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
1151 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()