Home
last modified time | relevance | path

Searched refs:CarHeadsUpNotificationQueue (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java115 private final CarHeadsUpNotificationQueue.CarHeadsUpNotificationQueueCallback
142 private CarHeadsUpNotificationQueue mCarHeadsUpNotificationQueue;
176 new CarHeadsUpNotificationQueue.CarHeadsUpNotificationQueueCallback() { in CarHeadsUpNotificationManager()
204 mCarHeadsUpNotificationQueue = new CarHeadsUpNotificationQueue(context, in CarHeadsUpNotificationManager()
829 CarHeadsUpNotificationQueue.CarHeadsUpNotificationQueueCallback
835 void setCarHeadsUpNotificationQueue(CarHeadsUpNotificationQueue carHeadsUpNotificationQueue) { in setCarHeadsUpNotificationQueue()
DCarHeadsUpNotificationQueue.java52 public class CarHeadsUpNotificationQueue implements class
54 private static final String TAG = CarHeadsUpNotificationQueue.class.getSimpleName();
90 public CarHeadsUpNotificationQueue(Context context, ActivityTaskManager activityTaskManager, in CarHeadsUpNotificationQueue() method in CarHeadsUpNotificationQueue
DPreprocessingManager.java237 notifications.removeIf(alertEntry -> CarHeadsUpNotificationQueue.CATEGORY_HUN_QUEUE_INTERNAL in filter()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationManagerTest.java110 CarHeadsUpNotificationQueue mCarHeadsUpNotificationQueue;
460 CarHeadsUpNotificationQueue.CarHeadsUpNotificationQueueCallback queueCallback = in notification_removedFromQueue_notifyListeners()
491 @Nullable CarHeadsUpNotificationQueue carHeadsUpNotificationQueue) { in createCarHeadsUpNotificationManager()
DCarHeadsUpNotificationQueueTest.java77 private CarHeadsUpNotificationQueue mCarHeadsUpNotificationQueue;
80 private CarHeadsUpNotificationQueue.CarHeadsUpNotificationQueueCallback
128 private CarHeadsUpNotificationQueue createCarHeadsUpNotificationQueue() { in createCarHeadsUpNotificationQueue()
129 return new CarHeadsUpNotificationQueue(mContext, mActivityTaskManager, mNotificationManager, in createCarHeadsUpNotificationQueue()