Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DNotificationHelperTest.java20 import static com.android.systemui.people.NotificationHelper.getHighestPriorityNotification;
21 import static com.android.systemui.people.NotificationHelper.getMessagingStyleMessages;
22 import static com.android.systemui.people.NotificationHelper.getSenderIfGroupConversation;
23 import static com.android.systemui.people.NotificationHelper.isMissedCall;
24 import static com.android.systemui.people.NotificationHelper.isMissedCallOrHasContent;
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerService.java38 private NotificationHelper mNotifyHelper;
52 mNotifyHelper = new NotificationHelper(this, mSession.mSession); in onCreate()
DNotificationHelper.java30 public class NotificationHelper extends BroadcastReceiver { class
46 public NotificationHelper(Service service, MediaSession session) { in NotificationHelper() method in NotificationHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java19 import static com.android.systemui.people.NotificationHelper.getContactUri;
20 import static com.android.systemui.people.NotificationHelper.getMessagingStyleMessages;
21 import static com.android.systemui.people.NotificationHelper.getSenderIfGroupConversation;
22 import static com.android.systemui.people.NotificationHelper.hasReadContactsPermission;
23 import static com.android.systemui.people.NotificationHelper.isMissedCall;
24 import static com.android.systemui.people.NotificationHelper.shouldMatchNotificationByUri;
DNotificationHelper.java45 public class NotificationHelper { class
58 .filter(NotificationHelper::isMissedCallOrHasContent) in getHighestPriorityNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java29 import static com.android.systemui.people.NotificationHelper.getContactUri;
30 import static com.android.systemui.people.NotificationHelper.getHighestPriorityNotification;
31 import static com.android.systemui.people.NotificationHelper.shouldFilterOut;
32 import static com.android.systemui.people.NotificationHelper.shouldMatchNotificationByUri;
91 import com.android.systemui.people.NotificationHelper;
533 .filter(entry -> NotificationHelper.isValid(entry) in getGroupedConversationNotifications()
534 && NotificationHelper.isMissedCallOrHasContent(entry) in getGroupedConversationNotifications()