Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationManagerTest.java475 mManager.addActiveHeadsUpNotification(notification1); in clearCache_viewsRemovedFromCarHeadsUpNotificationContainer()
476 mManager.addActiveHeadsUpNotification(notification2); in clearCache_viewsRemovedFromCarHeadsUpNotificationContainer()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java840 void addActiveHeadsUpNotification(HeadsUpEntry headsUpEntry) { in addActiveHeadsUpNotification() method in CarHeadsUpNotificationManager