Home
last modified time | relevance | path

Searched refs:mNotificationTypeMap (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java62 private final Map<Integer, NotificationType> mNotificationTypeMap = new HashMap<>(); field in CarrierServiceStateTracker
125 return mNotificationTypeMap; in getNotificationTypeMap()
129 mNotificationTypeMap.put(NOTIFICATION_PREF_NETWORK, in registerNotificationTypes()
131 mNotificationTypeMap.put(NOTIFICATION_EMERGENCY_NETWORK, in registerNotificationTypes()
150 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage()
214 for (Map.Entry<Integer, NotificationType> entry : mNotificationTypeMap.entrySet()) { in handleConfigChanges()
221 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handlePrefNetworkModeChanged()
228 NotificationType notificationType = mNotificationTypeMap in handleImsCapabilitiesChanged()
285 for (Map.Entry<Integer, NotificationType> entry : mNotificationTypeMap.entrySet()) {
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java82 private final SparseIntArray mNotificationTypeMap; field in NetworkNotificationManager
88 mNotificationTypeMap = new SparseIntArray(); in NetworkNotificationManager()
161 final int previousEventId = mNotificationTypeMap.get(id); in showNotification()
279 mNotificationTypeMap.put(id, eventId); in showNotification()
291 final int previousEventId = mNotificationTypeMap.get(id); in clearNotification()
300 if (mNotificationTypeMap.indexOfKey(id) < 0) { in clearNotification()
304 final int eventId = mNotificationTypeMap.get(id); in clearNotification()
315 mNotificationTypeMap.delete(id); in clearNotification()