Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertAudio.java342 AlertType alertType = AlertType.CMAS_DEFAULT; in onStartCommand() local
344 alertType = (AlertType) intent.getSerializableExtra(ALERT_AUDIO_TONE_TYPE); in onStartCommand()
346 playAlertTone(alertType); in onStartCommand()
366 private void playAlertTone(AlertType alertType) { in playAlertTone() argument
370 log("playAlertTone: alertType=" + alertType); in playAlertTone()
422 switch (alertType) { in playAlertTone()
DCellBroadcastAlertService.java500 AlertType alertType = AlertType.CMAS_DEFAULT; in openEmergencyAlertNotification() local
505 alertType = AlertType.ETWS_DEFAULT; in openEmergencyAlertNotification()
513 alertType = AlertType.EARTHQUAKE; in openEmergencyAlertNotification()
516 alertType = AlertType.TSUNAMI; in openEmergencyAlertNotification()
519 alertType = AlertType.OTHER; in openEmergencyAlertNotification()
533 alertType = range.mAlertType; in openEmergencyAlertNotification()
539 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_TONE_TYPE, alertType); in openEmergencyAlertNotification()