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.java60 private final Map<Integer, NotificationType> mNotificationTypeMap = new HashMap<>(); field in CarrierServiceStateTracker
123 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()) {
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java76 private final SparseIntArray mNotificationTypeMap; field in NetworkNotificationManager
82 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()