Searched refs:previousNotifyType (Results 1 – 1 of 1) sorted by relevance
190 final NotificationType previousNotifyType = NotificationType.getFromId(previousEventId); in showNotification() local191 if (priority(previousNotifyType) > priority(notifyType)) { in showNotification()194 notifyType, id, previousNotifyType)); in showNotification()294 final boolean hasPreviousNotification = previousNotifyType != null; in showNotification()376 final NotificationType previousNotifyType = NotificationType.getFromId(previousEventId); in clearNotification() local377 if (notifyType != previousNotifyType) { in clearNotification()