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()
187 final int previousEventId = mNotificationTypeMap.get(id); in showNotification()
315 mNotificationTypeMap.put(id, eventId); in showNotification()
368 final int previousEventId = mNotificationTypeMap.get(id); in clearNotification()
377 if (mNotificationTypeMap.indexOfKey(id) < 0) { in clearNotification()
381 final int eventId = mNotificationTypeMap.get(id); in clearNotification()
392 mNotificationTypeMap.delete(id); in clearNotification()