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