Lines Matching refs:CellBroadcastSettings

144             if (CellBroadcastSettings.hasAnyPreferenceChanged(c)) {  in onHandleIntent()
148 Intent settingsIntent = new Intent(c, CellBroadcastSettings.class); in onHandleIntent()
181 if (!CellBroadcastSettings.hasAnyPreferenceChanged(getApplicationContext())) { in onHandleIntent()
199 CellBroadcastSettings.resetAllPreferences(getApplicationContext()); in resetAllPreferences()
284 CellBroadcastSettings.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS, true)); in getCellBroadcastChannelsConfig()
289 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, true)); in getCellBroadcastChannelsConfig()
294 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true)); in getCellBroadcastChannelsConfig()
297 ? (CellBroadcastSettings in getCellBroadcastChannelsConfig()
300 : (CellBroadcastSettings.isTestAlertsToggleVisible(getApplicationContext()) in getCellBroadcastChannelsConfig()
301 && prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, in getCellBroadcastChannelsConfig()
308 && prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_EXERCISE_ALERTS, in getCellBroadcastChannelsConfig()
315 && prefs.getBoolean(CellBroadcastSettings.KEY_OPERATOR_DEFINED_ALERTS, in getCellBroadcastChannelsConfig()
323 CellBroadcastSettings.KEY_ENABLE_AREA_UPDATE_INFO_ALERTS, false)); in getCellBroadcastChannelsConfig()
327 : prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, true)); in getCellBroadcastChannelsConfig()
331 : (prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_STATE_LOCAL_TEST_ALERTS, in getCellBroadcastChannelsConfig()
337 : prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS, true)); in getCellBroadcastChannelsConfig()
682 return CellBroadcastSettings.getResources(this, subId); in getResources()
684 return CellBroadcastSettings.getResourcesByOperator(this, subId, operator); in getResources()
699 CellBroadcastSettings.KEY_ENABLE_ALERTS_MASTER_TOGGLE, true); in isMasterToggleEnabled()
704 CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, true); in isSpeechAlertMessageEnabled()