Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java571 Intent audioIntent = new Intent(this, CellBroadcastAlertAudio.class); in openEmergencyAlertNotification() local
572 audioIntent.setAction(CellBroadcastAlertAudio.ACTION_START_ALERT_AUDIO); in openEmergencyAlertNotification()
613 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_TONE_TYPE, alertType); in openEmergencyAlertNotification()
614 audioIntent.putExtra( in openEmergencyAlertNotification()
625 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_MESSAGE_BODY, messageBody); in openEmergencyAlertNotification()
630 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_MESSAGE_LANGUAGE, in openEmergencyAlertNotification()
633 startService(audioIntent); in openEmergencyAlertNotification()
739 Intent audioIntent = new Intent(context, CellBroadcastAlertAudio.class); in addToNotificationBar() local
740 audioIntent.setAction(CellBroadcastAlertAudio.ACTION_START_ALERT_AUDIO); in addToNotificationBar()
741 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_TONE_TYPE, in addToNotificationBar()
[all …]