Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationCenterActivity.java35 private CarNotificationListener mNotificationListener;
43 mNotificationListener = ((CarNotificationListener.LocalBinder) binder).getService();
80 Intent intent = new Intent(this, CarNotificationListener.class); in onStart()
81 intent.setAction(CarNotificationListener.ACTION_LOCAL_BINDING); in onStart()
DCarNotificationListener.java45 public class CarNotificationListener extends NotificationListenerService implements class
235 public CarNotificationListener getService() { in getService()
236 return CarNotificationListener.this; in getService()
DNotificationViewController.java23 private final CarNotificationListener mCarNotificationListener;
32 CarNotificationListener carNotificationListener, in NotificationViewController()
DPreprocessingManager.java154 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED) { in updateNotifications()
161 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_POSTED) { in updateNotifications()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationListenerTest.java57 private CarNotificationListener mCarNotificationListener;
76 mCarNotificationListener = new CarNotificationListener(); in setup()
DPreprocessingManagerTest.java595 CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED, in onUpdateNotifications_notificationRemoved_removesNotification()
618 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
645 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()