Searched refs:customAlertDuration (Results 1 – 1 of 1) sorted by relevance
358 int customAlertDuration = res.getInteger(R.integer.alert_duration); in playAlertTone() local378 int repeatIndex = (customAlertDuration < 0) in playAlertTone()382 + customAlertDuration); in playAlertTone()400 if (customAlertDuration >= 0) { in playAlertTone()402 customAlertDuration); in playAlertTone() local452 mMediaPlayer.setLooping(customAlertDuration >= 0); in playAlertTone()468 customAlertDuration >= 0 ? customAlertDuration : vibrateDuration); in playAlertTone()