Searched refs:mNotificationTypeMap (Results 1 – 2 of 2) sorted by relevance
60 private final Map<Integer, NotificationType> mNotificationTypeMap = new HashMap<>(); field in CarrierServiceStateTracker123 return mNotificationTypeMap; in getNotificationTypeMap()127 mNotificationTypeMap.put(NOTIFICATION_PREF_NETWORK, in registerNotificationTypes()129 mNotificationTypeMap.put(NOTIFICATION_EMERGENCY_NETWORK, in registerNotificationTypes()145 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage()209 for (Map.Entry<Integer, NotificationType> entry : mNotificationTypeMap.entrySet()) { in handleConfigChanges()216 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handlePrefNetworkModeChanged()272 for (Map.Entry<Integer, NotificationType> entry : mNotificationTypeMap.entrySet()) {
76 private final SparseIntArray mNotificationTypeMap; field in NetworkNotificationManager82 mNotificationTypeMap = new SparseIntArray(); in NetworkNotificationManager()150 final int previousEventId = mNotificationTypeMap.get(id); in showNotification()234 mNotificationTypeMap.put(id, eventId); in showNotification()243 if (mNotificationTypeMap.indexOfKey(id) < 0) { in clearNotification()247 final int eventId = mNotificationTypeMap.get(id); in clearNotification()258 mNotificationTypeMap.delete(id); in clearNotification()