Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationQueueTest.java153 PriorityQueue<String> result = mCarHeadsUpNotificationQueue.getPriorityQueue(); in addToQueue_prioritises_postTimeOfHeadsUp()
187 PriorityQueue<String> result = mCarHeadsUpNotificationQueue.getPriorityQueue(); in addToQueue_prioritises_categoriesOfHeadsUp()
217 PriorityQueue<String> result = mCarHeadsUpNotificationQueue.getPriorityQueue(); in addToQueue_prioritises_internalCategoryAsLeastPriority()
239 PriorityQueue<String> result = mCarHeadsUpNotificationQueue.getPriorityQueue(); in addToQueue_merges_newHeadsUpWithSameKey()
278 PriorityQueue<String> result = mCarHeadsUpNotificationQueue.getPriorityQueue(); in addToQueue_handles_notificationWithNoCategory()
307 PriorityQueue<String> result = mCarHeadsUpNotificationQueue.getPriorityQueue(); in triggerCallback_expireNotifications_whenParked()
342 PriorityQueue<String> result = mCarHeadsUpNotificationQueue.getPriorityQueue(); in triggerCallback_doesNot_expireNotifications_whenParked()
375 PriorityQueue<String> result = mCarHeadsUpNotificationQueue.getPriorityQueue(); in triggerCallback_expireNotifications_whenDriving()
516 PriorityQueue<String> result = mCarHeadsUpNotificationQueue.getPriorityQueue(); in triggerCallback_doesNot_expireNotifications_whenDriving()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationQueue.java424 PriorityQueue<String> getPriorityQueue() { in getPriorityQueue() method in CarHeadsUpNotificationQueue