OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CellBroadcastAlertAudio
(Results
1 - 3
of
3
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java
104
Intent audioIntent = new Intent(this,
CellBroadcastAlertAudio
.class);
105
audioIntent.setAction(
CellBroadcastAlertAudio
.ACTION_START_ALERT_AUDIO);
109
audioIntent.putExtra(
CellBroadcastAlertAudio
.ALERT_AUDIO_DURATION_EXTRA,
113
audioIntent.putExtra(
CellBroadcastAlertAudio
.ALERT_AUDIO_MESSAGE_BODY,
124
audioIntent.putExtra(
CellBroadcastAlertAudio
.ALERT_AUDIO_MESSAGE_LANGUAGE,
199
// use default notification lights (
CellBroadcastAlertAudio
plays sound/vibration)
CellBroadcastAlertDialog.java
33
* Alert audio and text-to-speech handled by {@link
CellBroadcastAlertAudio
}.
153
* Stop animating warning icon and stop the {@link
CellBroadcastAlertAudio
}
160
context.stopService(new Intent(context,
CellBroadcastAlertAudio
.class));
CellBroadcastAlertAudio.java
44
public class
CellBroadcastAlertAudio
extends Service implements TextToSpeech.OnInitListener,
46
private static final String TAG = "
CellBroadcastAlertAudio
";
Completed in 281 milliseconds