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()
146 private int mAlertDuration = -1; field in CellBroadcastAlertAudio399 mAlertDuration = intent.getIntExtra(ALERT_AUDIO_DURATION, -1); in handleStartIntent()477 int customAlertDuration = mAlertDuration; in playAlertTone()
791 (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()