Searched refs:mAlertDuration (Results 1 – 4 of 4) sorted by relevance
168 public int mAlertDuration = -1; field in CellBroadcastChannelManager.CellBroadcastChannelRange259 mAlertDuration = Integer.parseInt(value); in CellBroadcastChannelRange()354 + Arrays.toString(mVibrationPattern) + ",alertDuration=" + mAlertDuration in toString()
145 private int mAlertDuration = -1; field in CellBroadcastAlertAudio398 mAlertDuration = intent.getIntExtra(ALERT_AUDIO_DURATION, -1); in handleStartIntent()476 int customAlertDuration = mAlertDuration; in playAlertTone()
763 (range != null) ? range.mAlertDuration : -1); in openEmergencyAlertNotification()
147 assertEquals(60000, list.get(1).mAlertDuration); in verifyChannelRangesForConfig1()247 assertEquals(20000, list.get(1).mAlertDuration); in verifyChannelRangesForConfig2()