Searched refs:alertType (Results 1 – 2 of 2) sorted by relevance
318 AlertType alertType = AlertType.DEFAULT; in onStartCommand() local320 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() argument347 log("playAlertTone: alertType=" + alertType + ", mEnableVibrate=" + mEnableVibrate in playAlertTone()414 log("Locale=" + res.getConfiguration().getLocales() + ", alertType=" + alertType); in playAlertTone()417 switch (alertType) { in playAlertTone()
575 AlertType alertType = AlertType.DEFAULT; in openEmergencyAlertNotification() local577 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()