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.java476 int customAlertDuration = mAlertDuration; in playAlertTone() local
496 int repeatIndex = (customAlertDuration < 0) in playAlertTone()
500 + customAlertDuration); in playAlertTone()
529 if (customAlertDuration < 0) { in playAlertTone()
589 mMediaPlayer.setLooping(customAlertDuration >= 0); in playAlertTone()
593 if (customAlertDuration >= 0) { in playAlertTone()
595 customAlertDuration); in playAlertTone() local
614 customAlertDuration >= 0 ? customAlertDuration : vibrateDuration); in playAlertTone()