Searched refs:mNotificationTypeMap (Results 1 – 1 of 1) sorted by relevance
96 private final SparseIntArray mNotificationTypeMap; field in NetworkNotificationManager104 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()