Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationQueueTest.java136 AlertEntry alertEntry1 = new AlertEntry(generateMockStatusBarNotification( in addToQueue_prioritises_postTimeOfHeadsUp() local
147 mCarHeadsUpNotificationQueue.addToQueue(alertEntry1, mRankingMap); in addToQueue_prioritises_postTimeOfHeadsUp()
170 AlertEntry alertEntry1 = new AlertEntry(generateMockStatusBarNotification( in addToQueue_prioritises_categoriesOfHeadsUp() local
181 mCarHeadsUpNotificationQueue.addToQueue(alertEntry1, mRankingMap); in addToQueue_prioritises_categoriesOfHeadsUp()
203 AlertEntry alertEntry1 = new AlertEntry(generateMockStatusBarNotification( in addToQueue_prioritises_internalCategoryAsLeastPriority() local
212 mCarHeadsUpNotificationQueue.addToQueue(alertEntry1, mRankingMap); in addToQueue_prioritises_internalCategoryAsLeastPriority()
228 AlertEntry alertEntry1 = new AlertEntry(generateMockStatusBarNotification( in addToQueue_merges_newHeadsUpWithSameKey() local
235 mCarHeadsUpNotificationQueue.addToQueue(alertEntry1, mRankingMap); in addToQueue_merges_newHeadsUpWithSameKey()
251 AlertEntry alertEntry1 = new AlertEntry(generateMockStatusBarNotification( in addToQueue_shows_immediateShowHeadsUp() local
260 mCarHeadsUpNotificationQueue.addToQueue(alertEntry1, mRankingMap); in addToQueue_shows_immediateShowHeadsUp()
[all …]