Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java165 final NotificationType previousNotifyType = NotificationType.getFromId(previousEventId); in showNotification() local
166 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() local
297 if (notifyType != previousNotifyType) { in clearNotification()