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.java98 private final SparseIntArray mNotificationTypeMap; field in NetworkNotificationManager
114 mNotificationTypeMap = new SparseIntArray(); in NetworkNotificationManager()
206 final int previousEventId = mNotificationTypeMap.get(id); in showNotification()
342 mNotificationTypeMap.put(id, eventId); in showNotification()
392 final int previousEventId = mNotificationTypeMap.get(id); in clearNotification()
401 if (mNotificationTypeMap.indexOfKey(id) < 0) { in clearNotification()
405 final int eventId = mNotificationTypeMap.get(id); in clearNotification()
416 mNotificationTypeMap.delete(id); in clearNotification()