Searched refs:CellBroadcastAlertAudio (Results 1 - 3 of 3) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java287 Intent audioIntent = new Intent(this, CellBroadcastAlertAudio.class);
288 audioIntent.setAction(CellBroadcastAlertAudio.ACTION_START_ALERT_AUDIO);
300 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_DURATION_EXTRA, duration);
304 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_VIBRATE_EXTRA, true);
305 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_ETWS_VIBRATE_EXTRA, true);
308 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_VIBRATE_EXTRA,
315 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_MESSAGE_BODY, messageBody);
325 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_MESSAGE_LANGUAGE,
H A DCellBroadcastAlertFullScreen.java49 * Alert audio and text-to-speech handled by {@link CellBroadcastAlertAudio}.
385 * Stop animating warning icon and stop the {@link CellBroadcastAlertAudio}
390 stopService(new Intent(this, CellBroadcastAlertAudio.class));
472 stopService(new Intent(this, CellBroadcastAlertAudio.class));
H A DCellBroadcastAlertAudio.java48 public class CellBroadcastAlertAudio extends Service implements TextToSpeech.OnInitListener, class in inherits:Service,TextToSpeech.OnInitListener,TextToSpeech.OnUtteranceCompletedListener
50 private static final String TAG = "CellBroadcastAlertAudio";

Completed in 1092 milliseconds