Searched refs:alertType (Results 1 – 2 of 2) sorted by relevance
433 private void playAlertTone(AlertType alertType, int[] patternArray) { in playAlertTone() argument437 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()
620 AlertType alertType = AlertType.DEFAULT; in openEmergencyAlertNotification() local622 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()