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()
64 CarNotificationListener listener = new CarNotificationListener(); in provideCarNotificationListener()
DNotificationPanelViewController.java41 import com.android.car.notification.CarNotificationListener;
83 private final CarNotificationListener mCarNotificationListener;
128 CarNotificationListener carNotificationListener, in NotificationPanelViewController()
/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
244 public CarNotificationListener getService() { in getService()
245 return CarNotificationListener.this; in getService()
DNotificationViewController.java23 private final CarNotificationListener mCarNotificationListener;
32 CarNotificationListener carNotificationListener, in NotificationViewController()
DPreprocessingManager.java152 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED) { in updateNotifications()
159 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_POSTED) { in updateNotifications()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationListenerTest.java56 private CarNotificationListener mCarNotificationListener;
75 mCarNotificationListener = new CarNotificationListener(); in setup()
DPreprocessingManagerTest.java650 CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED, in onUpdateNotifications_notificationRemoved_removesNotification()
673 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
700 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()