Searched refs:previousNotifyType (Results 1 – 1 of 1) sorted by relevance
165 final NotificationType previousNotifyType = NotificationType.getFromId(previousEventId); in showNotification() local166 if (priority(previousNotifyType) > priority(notifyType)) { in showNotification()169 notifyType, id, previousNotifyType)); in showNotification()254 final boolean hasPreviousNotification = previousNotifyType != null; in showNotification()296 final NotificationType previousNotifyType = NotificationType.getFromId(previousEventId); in clearNotification() local297 if (notifyType != previousNotifyType) { in clearNotification()