Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertAudio.java411 long vibrateDuration = 0; in playAlertTone() local
423 vibrateDuration += patternArray[i]; in playAlertTone()
526 customAlertDuration >= 0 ? customAlertDuration : vibrateDuration); in playAlertTone()