Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DCarNotificationModule.java22 import com.android.car.notification.CarNotificationListener;
60 static CarNotificationListener provideCarNotificationListener(Context context, in provideCarNotificationListener()
63 CarNotificationListener listener = new CarNotificationListener(); in provideCarNotificationListener()
H A DNotificationPanelViewController.java40 import com.android.car.notification.CarNotificationListener;
82 private final CarNotificationListener mCarNotificationListener;
126 CarNotificationListener carNotificationListener, in NotificationPanelViewController()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationCenterActivity.java35 private CarNotificationListener mNotificationListener;
43 mNotificationListener = ((CarNotificationListener.LocalBinder) binder).getService();
78 Intent intent = new Intent(this, CarNotificationListener.class); in onStart()
79 intent.setAction(CarNotificationListener.ACTION_LOCAL_BINDING); in onStart()
H A DNotificationViewController.java22 private final CarNotificationListener mCarNotificationListener;
32 CarNotificationListener carNotificationListener, in NotificationViewController()
143 if (what == CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED) { in updateNotifications()
158 if (message.what == CarNotificationListener.NOTIFY_RANKING_UPDATED) { in handleMessage()
H A DCarNotificationListener.java48 public class CarNotificationListener extends NotificationListenerService implements class
280 public CarNotificationListener getService() { in getService()
281 return CarNotificationListener.this; in getService()
H A DPreprocessingManager.java174 case CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED: in updateNotifications()
180 case CarNotificationListener.NOTIFY_NOTIFICATION_POSTED: in updateNotifications()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarNotificationListenerTest.java58 private CarNotificationListener mCarNotificationListener;
77 mCarNotificationListener = new CarNotificationListener(); in setup()
H A DPreprocessingManagerTest.java844 CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED, in onUpdateNotifications_notificationRemoved_removesNotification()
867 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
894 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()