Searched refs:customAlertDuration (Results 1 – 1 of 1) sorted by relevance
476 int customAlertDuration = mAlertDuration; in playAlertTone() local496 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() local614 customAlertDuration >= 0 ? customAlertDuration : vibrateDuration); in playAlertTone()