Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkNotificationManager.java206 final int previousEventId = mNotificationTypeMap.get(id); in showNotification() local
207 final NotificationType previousNotifyType = NotificationType.getFromId(previousEventId); in showNotification()
392 final int previousEventId = mNotificationTypeMap.get(id); in clearNotification() local
393 final NotificationType previousNotifyType = NotificationType.getFromId(previousEventId); in clearNotification()