Home
last modified time | relevance | path

Searched refs:carHeadsUpNotificationQueue (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationManagerTest.java491 @Nullable CarHeadsUpNotificationQueue carHeadsUpNotificationQueue) { in createCarHeadsUpNotificationManager()
499 if (carHeadsUpNotificationQueue != null) { in createCarHeadsUpNotificationManager()
500 mManager.setCarHeadsUpNotificationQueue(carHeadsUpNotificationQueue); in createCarHeadsUpNotificationManager()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java835 void setCarHeadsUpNotificationQueue(CarHeadsUpNotificationQueue carHeadsUpNotificationQueue) { in setCarHeadsUpNotificationQueue() argument
836 mCarHeadsUpNotificationQueue = carHeadsUpNotificationQueue; in setCarHeadsUpNotificationQueue()