Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java114 final CarHeadsUpNotificationContainer mHunContainer; field in CarHeadsUpNotificationManager
171 mHunContainer = hunContainer; in CarHeadsUpNotificationManager()
450 mHunContainer.displayNotification(currentNotification.getNotificationView(), in showHeadsUp()
538 if (!mHunContainer.isVisible()) return; in setInternalInsetsInfo()
684 mHunContainer.removeNotification(view); in removeHeadsUpEntry()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationManagerTest.java472 CarHeadsUpNotificationContainer container = mManager.mHunContainer; in clearCache_viewsRemovedFromCarHeadsUpNotificationContainer()