OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALERT_AUDIO_VIBRATE_EXTRA
(Results
1 - 2
of
2
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertAudio.java
73
public static final String
ALERT_AUDIO_VIBRATE_EXTRA
=
303
mEnableVibrate = intent.getBooleanExtra(
ALERT_AUDIO_VIBRATE_EXTRA
, true);
CellBroadcastAlertService.java
378
audioIntent.putExtra(CellBroadcastAlertAudio.
ALERT_AUDIO_VIBRATE_EXTRA
, true);
400
audioIntent.putExtra(CellBroadcastAlertAudio.
ALERT_AUDIO_VIBRATE_EXTRA
,
Completed in 3496 milliseconds