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