Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java123 public int mAlertDuration = -1; field in CellBroadcastChannelManager.CellBroadcastChannelRange
190 mAlertDuration = Integer.parseInt(value); in CellBroadcastChannelRange()
224 + Arrays.toString(mVibrationPattern) + ",alertDuration=" + mAlertDuration in toString()
DCellBroadcastAlertAudio.java127 private int mAlertDuration = -1; field in CellBroadcastAlertAudio
338 mAlertDuration = intent.getIntExtra(ALERT_AUDIO_DURATION, -1); in onStartCommand()
415 int customAlertDuration = mAlertDuration; in playAlertTone()
DCellBroadcastAlertService.java584 (range != null) ? range.mAlertDuration : -1); in openEmergencyAlertNotification()