Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkNotificationManager.java96 private final SparseIntArray mNotificationTypeMap; field in NetworkNotificationManager
104 mNotificationTypeMap = new SparseIntArray(); in NetworkNotificationManager()
189 final int previousEventId = mNotificationTypeMap.get(id); in showNotification()
325 mNotificationTypeMap.put(id, eventId); in showNotification()
375 final int previousEventId = mNotificationTypeMap.get(id); in clearNotification()
384 if (mNotificationTypeMap.indexOfKey(id) < 0) { in clearNotification()
388 final int eventId = mNotificationTypeMap.get(id); in clearNotification()
399 mNotificationTypeMap.delete(id); in clearNotification()