Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastChannelManager.java136 public int[] mVibrationPattern; field in CellBroadcastChannelManager.CellBroadcastChannelRange
164 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()
H A DCellBroadcastAlertAudio.java136 private int[] mVibrationPattern; field in CellBroadcastAlertAudio
364 mVibrationPattern = intent.getIntArrayExtra(ALERT_AUDIO_VIBRATION_PATTERN_EXTRA); in onStartCommand()
409 playAlertTone(mAlertType, mVibrationPattern); in onStartCommand()
H A DCellBroadcastAlertService.java660 ? range.mVibrationPattern in openEmergencyAlertNotification()
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastChannelManagerTest.java133 assertTrue(Arrays.equals(new int[]{0, 350, 250, 350}, list.get(5).mVibrationPattern)); in testGetCellBroadcastChannelRanges()