Searched refs:mVibrationPattern (Results 1 – 3 of 3) sorted by relevance
108 public int[] mVibrationPattern; field in CellBroadcastChannelManager.CellBroadcastChannelRange117 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()
100 private int[] mVibrationPattern; field in CellBroadcastAlertAudio284 mVibrationPattern = intent.getIntArrayExtra(ALERT_AUDIO_VIBRATION_PATTERN_EXTRA); in onStartCommand()322 playAlertTone(alertType, mVibrationPattern); in onStartCommand()
617 ? range.mVibrationPattern in openEmergencyAlertNotification()