Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java71 private final Map<Integer, NotificationType> mNotificationTypeMap = new HashMap<>(); field in CarrierServiceStateTracker
139 mNotificationTypeMap.entrySet()) { in CarrierServiceStateTracker()
210 return mNotificationTypeMap; in getNotificationTypeMap()
214 mNotificationTypeMap.put(NOTIFICATION_PREF_NETWORK, in registerNotificationTypes()
216 mNotificationTypeMap.put(NOTIFICATION_EMERGENCY_NETWORK, in registerNotificationTypes()
235 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage()
337 for (Map.Entry<Integer, NotificationType> entry : mNotificationTypeMap.entrySet()) { in handleConfigChanges()
344 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handleAllowedNetworkTypeChanged()
351 NotificationType notificationType = mNotificationTypeMap in handleImsCapabilitiesChanged()