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/
CellBroadcastAlertService.java
304
audioIntent.putExtra(CellBroadcastAlertAudio.
ALERT_AUDIO_VIBRATE_EXTRA
, true);
308
audioIntent.putExtra(CellBroadcastAlertAudio.
ALERT_AUDIO_VIBRATE_EXTRA
,
CellBroadcastAlertAudio.java
68
public static final String
ALERT_AUDIO_VIBRATE_EXTRA
=
253
mEnableVibrate = intent.getBooleanExtra(
ALERT_AUDIO_VIBRATE_EXTRA
, true);
Completed in 38 milliseconds