Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java108 public int[] mVibrationPattern; field in CellBroadcastChannelManager.CellBroadcastChannelRange
117 mVibrationPattern = in CellBroadcastChannelRange()
161 mVibrationPattern = new int[vibration.length]; in CellBroadcastChannelRange()
163 mVibrationPattern[i] = Integer.parseInt(vibration[i]); in CellBroadcastChannelRange()
194 + Arrays.toString(mVibrationPattern) + "]"; in toString()
DCellBroadcastAlertAudio.java100 private int[] mVibrationPattern; field in CellBroadcastAlertAudio
284 mVibrationPattern = intent.getIntArrayExtra(ALERT_AUDIO_VIBRATION_PATTERN_EXTRA); in onStartCommand()
322 playAlertTone(alertType, mVibrationPattern); in onStartCommand()
DCellBroadcastAlertService.java617 ? range.mVibrationPattern in openEmergencyAlertNotification()