Searched refs:carHeadsUpNotificationQueue (Results 1 – 2 of 2) sorted by relevance
491 @Nullable CarHeadsUpNotificationQueue carHeadsUpNotificationQueue) { in createCarHeadsUpNotificationManager()499 if (carHeadsUpNotificationQueue != null) { in createCarHeadsUpNotificationManager()500 mManager.setCarHeadsUpNotificationQueue(carHeadsUpNotificationQueue); in createCarHeadsUpNotificationManager()
835 void setCarHeadsUpNotificationQueue(CarHeadsUpNotificationQueue carHeadsUpNotificationQueue) { in setCarHeadsUpNotificationQueue() argument836 mCarHeadsUpNotificationQueue = carHeadsUpNotificationQueue; in setCarHeadsUpNotificationQueue()