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.java354 long vibrateDuration = 0; in playAlertTone() local
366 vibrateDuration += patternArray[i]; in playAlertTone()
468 customAlertDuration >= 0 ? customAlertDuration : vibrateDuration); in playAlertTone()