Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkNotificationManager.java190 final NotificationType previousNotifyType = NotificationType.getFromId(previousEventId); in showNotification() local
191 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() local
377 if (notifyType != previousNotifyType) { in clearNotification()