Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertAudio.java62 public static final String ALERT_AUDIO_MESSAGE_BODY = field in CellBroadcastAlertAudio
273 mMessageBody = intent.getStringExtra(ALERT_AUDIO_MESSAGE_BODY); in onStartCommand()
DCellBroadcastAlertService.java625 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_MESSAGE_BODY, messageBody); in openEmergencyAlertNotification()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertServiceTest.java141 CellBroadcastAlertAudio.ALERT_AUDIO_MESSAGE_BODY)); in testShowNewAlert()