Searched refs:NotificationHelper (Results 1 – 9 of 9) 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()
297 private final NotificationHelper mNotificationHelper;553 @NotificationHelper.NotificationType int notificationType) { in getLastNotificationTime()561 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime()568 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime()572 new long[NotificationHelper.NOTIFICATION_TYPE_LAST]; in setLastNotificationTime()581 int getNotificationId(@NotificationHelper.NotificationType int notificationType) { in getNotificationId()589 void setNotificationId(@NotificationHelper.NotificationType int notificationType, in setNotificationId()592 mNotificationId = new int[NotificationHelper.NOTIFICATION_TYPE_LAST]; in setNotificationId()859 final long[] ts = new long[NotificationHelper.NOTIFICATION_TYPE_LAST]; in loadFromXml()915 @NotificationHelper.NotificationType int type = in loadOneFromXml()[all …]
32 import static com.android.systemui.people.NotificationHelper.getContactUri;33 import static com.android.systemui.people.NotificationHelper.getHighestPriorityNotification;34 import static com.android.systemui.people.NotificationHelper.shouldFilterOut;35 import static com.android.systemui.people.NotificationHelper.shouldMatchNotificationByUri;101 import com.android.systemui.people.NotificationHelper;566 .filter(entry -> NotificationHelper.isValid(entry) in groupConversationNotifications()567 && NotificationHelper.isMissedCallOrHasContent(entry) in groupConversationNotifications()
161 import com.android.server.am.AppRestrictionController.NotificationHelper;2615 if (id == NotificationHelper.SUMMARY_NOTIFICATION_ID) { in checkNotificationShown()2620 assertTrue(NotificationHelper.SUMMARY_NOTIFICATION_ID < notificationId[i]); in checkNotificationShown()2621 assertEquals(NotificationHelper.GROUP_KEY, n.getGroup()); in checkNotificationShown()
189 Lcom/android/server/am/AppRestrictionController$NotificationHelper$1;190 Lcom/android/server/am/AppRestrictionController$NotificationHelper;5224 …am/AppRestrictionController$NotificationHelper$1;-><init>(Lcom/android/server/am/AppRestrictionCon…5225 HSPLcom/android/server/am/AppRestrictionController$NotificationHelper;-><clinit>()V5226 HSPLcom/android/server/am/AppRestrictionController$NotificationHelper;-><init>(Lcom/android/server/…5227 HPLcom/android/server/am/AppRestrictionController$NotificationHelper;->notificationTimeAttrToType(L…5228 PLcom/android/server/am/AppRestrictionController$NotificationHelper;->notificationTypeToTimeAttr(I)…5229 PLcom/android/server/am/AppRestrictionController$NotificationHelper;->onSystemReady()V