Home
last modified time | relevance | path

Searched refs:customAlertDuration (Results 1 – 1 of 1) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertAudio.java358 int customAlertDuration = res.getInteger(R.integer.alert_duration); in playAlertTone() local
378 int repeatIndex = (customAlertDuration < 0) in playAlertTone()
382 + customAlertDuration); in playAlertTone()
400 if (customAlertDuration >= 0) { in playAlertTone()
402 customAlertDuration); in playAlertTone() local
452 mMediaPlayer.setLooping(customAlertDuration >= 0); in playAlertTone()
468 customAlertDuration >= 0 ? customAlertDuration : vibrateDuration); in playAlertTone()