Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DNotificationHelperTest.java24 import static com.android.systemui.people.NotificationHelper.isMissedCallOrHasContent;
182 assertFalse(isMissedCallOrHasContent(mNoContentNotificationEntry)); in testisMissedCallOrHasContent_NoContent()
187 assertTrue(isMissedCallOrHasContent(mNotificationEntry1)); in testisMissedCallOrHasContent_Hasontent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DNotificationHelper.java58 .filter(NotificationHelper::isMissedCallOrHasContent) in getHighestPriorityNotification()
131 public static boolean isMissedCallOrHasContent(NotificationEntry e) { in isMissedCallOrHasContent() method in NotificationHelper
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java534 && NotificationHelper.isMissedCallOrHasContent(entry) in groupConversationNotifications()