Searched refs:NotificationHelper (Results 1 – 6 of 6) sorted by relevance
20 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;
38 private NotificationHelper mNotifyHelper;52 mNotifyHelper = new NotificationHelper(this, mSession.mSession); in onCreate()
30 public class NotificationHelper extends BroadcastReceiver { class46 public NotificationHelper(Service service, MediaSession session) { in NotificationHelper() method in NotificationHelper
19 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;
45 public class NotificationHelper { class58 .filter(NotificationHelper::isMissedCallOrHasContent) in getHighestPriorityNotification()
29 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()