Searched refs:mAlertDuration (Results 1 – 3 of 3) sorted by relevance
123 public int mAlertDuration = -1; field in CellBroadcastChannelManager.CellBroadcastChannelRange190 mAlertDuration = Integer.parseInt(value); in CellBroadcastChannelRange()224 + Arrays.toString(mVibrationPattern) + ",alertDuration=" + mAlertDuration in toString()
127 private int mAlertDuration = -1; field in CellBroadcastAlertAudio338 mAlertDuration = intent.getIntExtra(ALERT_AUDIO_DURATION, -1); in onStartCommand()415 int customAlertDuration = mAlertDuration; in playAlertTone()
584 (range != null) ? range.mAlertDuration : -1); in openEmergencyAlertNotification()