Home
last modified time | relevance | path

Searched refs:releaseQueue (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java300 public void releaseQueue() { in releaseQueue() method in CarHeadsUpNotificationManager
301 mCarHeadsUpNotificationQueue.releaseQueue(); in releaseQueue()
DCarNotificationListener.java283 mHeadsUpManager.releaseQueue(); in onVisibilityChanged()
DCarHeadsUpNotificationQueue.java191 public void releaseQueue() { in releaseQueue() method in CarHeadsUpNotificationQueue
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationQueueTest.java670 mCarHeadsUpNotificationQueue.releaseQueue(); in releaseQueue_removes_notificationsFromQueue()
687 mCarHeadsUpNotificationQueue.releaseQueue(); in releaseQueue_dismiss_activeHUNs()
705 mCarHeadsUpNotificationQueue.releaseQueue(); in releaseQueue_doesNot_dismiss_nonDismissibleHUNs()