Searched refs:ALERT_AUDIO_DURATION_EXTRA (Results 1 - 2 of 2) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertAudio.java57 public static final String ALERT_AUDIO_DURATION_EXTRA = field in class:CellBroadcastAlertAudio
277 int duration = intent.getIntExtra(ALERT_AUDIO_DURATION_EXTRA, 10500);
H A DCellBroadcastAlertService.java351 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_DURATION_EXTRA, duration);

Completed in 137 milliseconds