Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DNotificationHelperTest.java20 import static com.android.systemui.people.NotificationHelper.getHighestPriorityNotification;
195 assertThat(getHighestPriorityNotification(notifications)) in testGetHighestPriorityNotification_missedCallHigherPriority()
204 assertThat(getHighestPriorityNotification(notifications)) in testGetHighestPriorityNotification_moreRecentLastMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DNotificationHelper.java50 public static NotificationEntry getHighestPriorityNotification( in getHighestPriorityNotification() method in NotificationHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java33 import static com.android.systemui.people.NotificationHelper.getHighestPriorityNotification;
613 NotificationEntry highestPriority = getHighestPriorityNotification(allNotifications); in augmentTileFromNotifications()