Searched refs:NOTIFICATION_EMERGENCY_NETWORK (Results 1 – 2 of 2) sorted by relevance
222 notificationTypeMap.get(CarrierServiceStateTracker.NOTIFICATION_EMERGENCY_NETWORK); in testSendEmergencyNetworkNotification()225 notificationTypeMap.put(CarrierServiceStateTracker.NOTIFICATION_EMERGENCY_NETWORK, in testSendEmergencyNetworkNotification()266 notificationTypeMap.get(CarrierServiceStateTracker.NOTIFICATION_EMERGENCY_NETWORK); in testSetEnabledNotifications()291 sendMessageOnHandler(CarrierServiceStateTracker.NOTIFICATION_EMERGENCY_NETWORK); in testEmergencyNotificationBehaviorWhenSilenced()302 sendMessageOnHandler(CarrierServiceStateTracker.NOTIFICATION_EMERGENCY_NETWORK); in testEmergencyNotificationBehaviorWhenSilenced()
74 public static final int NOTIFICATION_EMERGENCY_NETWORK = 1001; field in CarrierServiceStateTracker216 mNotificationTypeMap.put(NOTIFICATION_EMERGENCY_NETWORK, in registerNotificationTypes()217 new EmergencyNetworkNotification(NOTIFICATION_EMERGENCY_NETWORK)); in registerNotificationTypes()232 case NOTIFICATION_EMERGENCY_NETWORK: in handleMessage()352 .get(NOTIFICATION_EMERGENCY_NETWORK); in handleImsCapabilitiesChanged()434 return notificationType.getTypeId() == NOTIFICATION_EMERGENCY_NETWORK in shouldSilenceEmrgNetNotif()