Searched refs:getPriorityQueue (Results 1 – 2 of 2) sorted by relevance
153 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()
424 PriorityQueue<String> getPriorityQueue() { in getPriorityQueue() method in CarHeadsUpNotificationQueue