Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java168 public int mAlertDuration = -1; field in CellBroadcastChannelManager.CellBroadcastChannelRange
259 mAlertDuration = Integer.parseInt(value); in CellBroadcastChannelRange()
354 + Arrays.toString(mVibrationPattern) + ",alertDuration=" + mAlertDuration in toString()
DCellBroadcastAlertAudio.java145 private int mAlertDuration = -1; field in CellBroadcastAlertAudio
398 mAlertDuration = intent.getIntExtra(ALERT_AUDIO_DURATION, -1); in handleStartIntent()
476 int customAlertDuration = mAlertDuration; in playAlertTone()
DCellBroadcastAlertService.java763 (range != null) ? range.mAlertDuration : -1); in openEmergencyAlertNotification()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastChannelManagerTest.java147 assertEquals(60000, list.get(1).mAlertDuration); in verifyChannelRangesForConfig1()
247 assertEquals(20000, list.get(1).mAlertDuration); in verifyChannelRangesForConfig2()