Searched refs:getHighestPriorityNotification (Results 1 – 3 of 3) sorted by relevance
20 import static com.android.systemui.people.NotificationHelper.getHighestPriorityNotification;195 assertThat(getHighestPriorityNotification(notifications)) in testGetHighestPriorityNotification_missedCallHigherPriority()204 assertThat(getHighestPriorityNotification(notifications)) in testGetHighestPriorityNotification_moreRecentLastMessage()
50 public static NotificationEntry getHighestPriorityNotification( in getHighestPriorityNotification() method in NotificationHelper
33 import static com.android.systemui.people.NotificationHelper.getHighestPriorityNotification;613 NotificationEntry highestPriority = getHighestPriorityNotification(allNotifications); in augmentTileFromNotifications()