Home
last modified time | relevance | path

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

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