Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertAudio.java433 private void playAlertTone(AlertType alertType, int[] patternArray) { in playAlertTone() argument
437 log("playAlertTone: alertType=" + alertType + ", mEnableVibrate=" + mEnableVibrate in playAlertTone()
507 log("Locale=" + res.getConfiguration().getLocales() + ", alertType=" + alertType); in playAlertTone()
510 switch (alertType) { in playAlertTone()
539 (alertType == AlertType.INFO || alertType == AlertType.AREA) ? in playAlertTone()
H A DCellBroadcastAlertService.java620 AlertType alertType = AlertType.DEFAULT; in openEmergencyAlertNotification() local
622 alertType = AlertType.ETWS_DEFAULT; in openEmergencyAlertNotification()
630 alertType = AlertType.ETWS_EARTHQUAKE; in openEmergencyAlertNotification()
633 alertType = AlertType.ETWS_TSUNAMI; in openEmergencyAlertNotification()
636 alertType = AlertType.TEST; in openEmergencyAlertNotification()
639 alertType = AlertType.OTHER; in openEmergencyAlertNotification()
649 alertType = range.mAlertType; in openEmergencyAlertNotification()
656 audioIntent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_TONE_TYPE, alertType); in openEmergencyAlertNotification()