Home
last modified time | relevance | path

Searched refs:alertType (Results 1 – 2 of 2) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertAudio.java318 AlertType alertType = AlertType.DEFAULT; in onStartCommand() local
320 alertType = (AlertType) intent.getSerializableExtra(ALERT_AUDIO_TONE_TYPE); in onStartCommand()
322 playAlertTone(alertType, mVibrationPattern); in onStartCommand()
343 private void playAlertTone(AlertType alertType, int[] patternArray) { in playAlertTone() argument
347 log("playAlertTone: alertType=" + alertType + ", mEnableVibrate=" + mEnableVibrate in playAlertTone()
414 log("Locale=" + res.getConfiguration().getLocales() + ", alertType=" + alertType); in playAlertTone()
417 switch (alertType) { in playAlertTone()
DCellBroadcastAlertService.java575 AlertType alertType = AlertType.DEFAULT; in openEmergencyAlertNotification() local
577 alertType = AlertType.ETWS_DEFAULT; in openEmergencyAlertNotification()
585 alertType = AlertType.ETWS_EARTHQUAKE; in openEmergencyAlertNotification()
588 alertType = AlertType.ETWS_TSUNAMI; in openEmergencyAlertNotification()
591 alertType = AlertType.TEST; in openEmergencyAlertNotification()
594 alertType = AlertType.OTHER; in openEmergencyAlertNotification()
605 alertType = range.mAlertType; in openEmergencyAlertNotification()
613 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_TONE_TYPE, alertType); in openEmergencyAlertNotification()