Searched refs:mVibrationPattern (Results 1 – 4 of 4) sorted by relevance
136 public int[] mVibrationPattern; field in CellBroadcastChannelManager.CellBroadcastChannelRange164 mVibrationPattern = in CellBroadcastChannelRange()211 mVibrationPattern = new int[vibration.length]; in CellBroadcastChannelRange()213 mVibrationPattern[i] = Integer.parseInt(vibration[i]); in CellBroadcastChannelRange()275 mVibrationPattern = CellBroadcastSettings.getResources(context, subId) in CellBroadcastChannelRange()295 + Arrays.toString(mVibrationPattern) + ",alertDuration=" + mAlertDuration in toString()
136 private int[] mVibrationPattern; field in CellBroadcastAlertAudio364 mVibrationPattern = intent.getIntArrayExtra(ALERT_AUDIO_VIBRATION_PATTERN_EXTRA); in onStartCommand()409 playAlertTone(mAlertType, mVibrationPattern); in onStartCommand()
660 ? range.mVibrationPattern in openEmergencyAlertNotification()
133 assertTrue(Arrays.equals(new int[]{0, 350, 250, 350}, list.get(5).mVibrationPattern)); in testGetCellBroadcastChannelRanges()