Lines Matching refs:CellBroadcastSettings
238 .getBoolean(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES_FULL_SCREEN, in shouldDisplayFullScreenMessage()
256 if (tm.getEmergencyCallbackMode() && CellBroadcastSettings.getResourcesByOperator( in shouldDisplayMessage()
304 final String secondLanguageCode = CellBroadcastSettings.getResources(mContext, in shouldDisplayMessage()
310 CellBroadcastSettings.KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE, false); in shouldDisplayMessage()
428 CellBroadcastSettings in handleCellBroadcastIntent()
473 && CellBroadcastSettings.getResourcesByOperator(mContext, cbm.getSubscriptionId(), in showNewAlert()
488 Resources res = CellBroadcastSettings.getResources(mContext, cbm.getSubscriptionId()); in showNewAlert()
529 Resources res = CellBroadcastSettings.getResourcesByOperator(mContext, subId, in isChannelEnabled()
538 .getBoolean(CellBroadcastSettings.KEY_ENABLE_ALERTS_MASTER_TOGGLE, in isChannelEnabled()
550 && CellBroadcastSettings.isTestAlertsToggleVisible(getApplicationContext()) in isChannelEnabled()
551 && checkAlertConfigEnabled(subId, CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, in isChannelEnabled()
574 && CellBroadcastSettings.isTestAlertsToggleVisible(getApplicationContext()) in isChannelEnabled()
576 CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, in isChannelEnabled()
581 CellBroadcastSettings.KEY_ENABLE_AREA_UPDATE_INFO_ALERTS, in isChannelEnabled()
590 subId, CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS, in isChannelEnabled()
600 subId, CellBroadcastSettings.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS, in isChannelEnabled()
605 subId, CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, in isChannelEnabled()
610 subId, CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, in isChannelEnabled()
617 subId, CellBroadcastSettings.KEY_ENABLE_EXERCISE_ALERTS, in isChannelEnabled()
624 subId, CellBroadcastSettings.KEY_OPERATOR_DEFINED_ALERTS, in isChannelEnabled()
632 && CellBroadcastSettings.isTestAlertsToggleVisible(getApplicationContext()) in isChannelEnabled()
634 subId, CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, in isChannelEnabled()
640 subId, CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, in isChannelEnabled()
646 subId, CellBroadcastSettings.KEY_ENABLE_STATE_LOCAL_TEST_ALERTS, in isChannelEnabled()
719 : CellBroadcastSettings.getResourcesByOperator(mContext, in openEmergencyAlertNotification()
726 Resources res = CellBroadcastSettings.getResources(mContext, message.getSubscriptionId()); in openEmergencyAlertNotification()
730 && prefs.getBoolean(CellBroadcastSettings.KEY_OVERRIDE_DND, false)) in openEmergencyAlertNotification()
740 if (!CellBroadcastSettings.getResourcesForDefaultSubId(mContext) in openEmergencyAlertNotification()
742 || prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, in openEmergencyAlertNotification()
743 CellBroadcastSettings.getResourcesForDefaultSubId(mContext) in openEmergencyAlertNotification()
813 Resources res = CellBroadcastSettings.getResourcesByOperator(context, in addToNotificationBar()
874 && CellBroadcastSettings.getResources(context, message.getSubscriptionId()) in addToNotificationBar()
1155 int resId = CellBroadcastSettings.getResourcesIdForDefaultPrefValue(key); in checkAlertConfigEnabled()
1157 result = CellBroadcastSettings.getResourcesByOperator( in checkAlertConfigEnabled()