• Home
  • Raw
  • Download

Lines Matching refs:getBoolean

212                     .getBoolean(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES_FULL_SCREEN,  in shouldDisplayFullScreenMessage()
230 mContext, message.getSubscriptionId()).getBoolean(R.bool.ignore_messages_in_ecbm)) { in shouldDisplayMessage()
263 boolean receiveInSecondLanguage = prefs.getBoolean( in shouldDisplayMessage()
373 .getBoolean(R.bool.enable_write_alerts_to_sms_inbox)) { in handleCellBroadcastIntent()
412 .getBoolean(R.bool.enable_alert_handling_during_call)) { in showNewAlert()
425 if (res.getBoolean(R.bool.show_alert_dialog_with_notification) || in showNewAlert()
428 (res.getBoolean(R.bool.show_notification_if_connected_to_companion_devices) in showNewAlert()
465 prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_ALERTS_MASTER_TOGGLE, true); in isChannelEnabled()
476 .getBoolean(CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, false); in isChannelEnabled()
506 .getBoolean(CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, in isChannelEnabled()
512 .getBoolean(CellBroadcastSettings.KEY_ENABLE_AREA_UPDATE_INFO_ALERTS, in isChannelEnabled()
523 && PreferenceManager.getDefaultSharedPreferences(this).getBoolean( in isChannelEnabled()
535 && PreferenceManager.getDefaultSharedPreferences(this).getBoolean( in isChannelEnabled()
541 && PreferenceManager.getDefaultSharedPreferences(this).getBoolean( in isChannelEnabled()
548 .getBoolean(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in isChannelEnabled()
553 res.getBoolean(R.bool.show_separate_exercise_settings)) { in isChannelEnabled()
555 .getBoolean(CellBroadcastSettings.KEY_ENABLE_EXERCISE_ALERTS, false); in isChannelEnabled()
560 res.getBoolean(R.bool.show_separate_operator_defined_settings)) { in isChannelEnabled()
562 .getBoolean(CellBroadcastSettings.KEY_OPERATOR_DEFINED_ALERTS, false); in isChannelEnabled()
574 .getBoolean(CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, in isChannelEnabled()
582 .getBoolean(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, in isChannelEnabled()
590 .getBoolean(CellBroadcastSettings.KEY_ENABLE_STATE_LOCAL_TEST_ALERTS, in isChannelEnabled()
667 if ((res.getBoolean(R.bool.show_override_dnd_settings) in openEmergencyAlertNotification()
668 && prefs.getBoolean(CellBroadcastSettings.KEY_OVERRIDE_DND, false)) in openEmergencyAlertNotification()
669 || (range != null && range.mOverrideDnd) || res.getBoolean(R.bool.override_dnd)) { in openEmergencyAlertNotification()
676 .getBoolean(R.bool.show_alert_speech_setting) in openEmergencyAlertNotification()
677 || prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, true)) { in openEmergencyAlertNotification()
775 .getBoolean(R.bool.non_swipeable_notification) || sRemindAfterCallFinish; in addToNotificationBar()
835 if (res.getBoolean(R.bool.watch_enable_non_emergency_audio)) { in addToNotificationBar()