Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServiceStateTrackerTest.java118 CarrierServiceStateTracker.NOTIFICATION_EMERGENCY_NETWORK); in testCancelBothNotifications()
140 eq(CarrierServiceStateTracker.NOTIFICATION_EMERGENCY_NETWORK), any()); in testSendBothNotifications()
194 notificationTypeMap.get(CarrierServiceStateTracker.NOTIFICATION_EMERGENCY_NETWORK); in testSendEmergencyNetworkNotification()
197 notificationTypeMap.put(CarrierServiceStateTracker.NOTIFICATION_EMERGENCY_NETWORK, in testSendEmergencyNetworkNotification()
210 eq(CarrierServiceStateTracker.NOTIFICATION_EMERGENCY_NETWORK), in testSendEmergencyNetworkNotification()
217 CarrierServiceStateTracker.NOTIFICATION_EMERGENCY_NETWORK); in testSendEmergencyNetworkNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java65 public static final int NOTIFICATION_EMERGENCY_NETWORK = 1001; field in CarrierServiceStateTracker
131 mNotificationTypeMap.put(NOTIFICATION_EMERGENCY_NETWORK, in registerNotificationTypes()
132 new EmergencyNetworkNotification(NOTIFICATION_EMERGENCY_NETWORK)); in registerNotificationTypes()
147 case NOTIFICATION_EMERGENCY_NETWORK: in handleMessage()
229 .get(NOTIFICATION_EMERGENCY_NETWORK); in handleImsCapabilitiesChanged()