Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java150 final int previousEventId = mNotificationTypeMap.get(id); in showNotification() local
151 final NotificationType previousNotifyType = NotificationType.getFromId(previousEventId); in showNotification()