Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java64 public static final int NOTIFICATION_EMERGENCY_NETWORK = 1001; field in CarrierServiceStateTracker
136 mNotificationTypeMap.put(NOTIFICATION_EMERGENCY_NETWORK, in registerNotificationTypes()
137 new EmergencyNetworkNotification(NOTIFICATION_EMERGENCY_NETWORK)); in registerNotificationTypes()
152 case NOTIFICATION_EMERGENCY_NETWORK: in handleMessage()
227 .get(NOTIFICATION_EMERGENCY_NETWORK); in handleImsCapabilitiesChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServiceStateTrackerTest.java184 notificationTypeMap.get(CarrierServiceStateTracker.NOTIFICATION_EMERGENCY_NETWORK); in testSendEmergencyNetworkNotification()
187 notificationTypeMap.put(CarrierServiceStateTracker.NOTIFICATION_EMERGENCY_NETWORK, in testSendEmergencyNetworkNotification()