Searched refs:Global (Results 1 - 25 of 168) sorted by last modified time

1234567

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java335 mNetStatPollPeriod = Settings.Global.getInt(mResolver,
336 Settings.Global.PDP_WATCHDOG_POLL_INTERVAL_MS, POLL_NETSTAT_MILLIS);
338 mNetStatPollPeriod = Settings.Global.getInt(mResolver,
339 Settings.Global.PDP_WATCHDOG_LONG_POLL_INTERVAL_MS,
424 Settings.Global.getUriFor(Settings.Global.DATA_ROAMING + simSuffix),
427 Settings.Global.getUriFor(Settings.Global.DEVICE_PROVISIONED),
430 Settings.Global.getUriFor(Settings.Global
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java464 String whitelistSetting = Settings.Global.getString(mContext.getContentResolver(),
465 Settings.Global.CARRIER_APP_WHITELIST);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionControllerTest.java170 Settings.Global.putInt(mContext.getContentResolver(),
171 Settings.Global.MULTI_SIM_VOICE_CALL_SUBSCRIPTION,
173 Settings.Global.putInt(mContext.getContentResolver(),
174 Settings.Global.MULTI_SIM_DATA_CALL_SUBSCRIPTION,
176 Settings.Global.putInt(mContext.getContentResolver(),
177 Settings.Global.MULTI_SIM_SMS_SUBSCRIPTION,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java283 Settings.Global.getInt(realContentResolver, Settings.Global.MOBILE_DATA, 1);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DWizardManagerHelper.java175 return Settings.Global.getInt(context.getContentResolver(),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java83 * Returns true if the preferred network is set to 'Global' or the radio is off or in
93 android.provider.Settings.Global.getInt(context.getContentResolver(),
94 android.provider.Settings.Global.PREFERRED_NETWORK_MODE + subId,
96 airplaneMode = Settings.Global.getInt(context.getContentResolver(),
97 Settings.Global.AIRPLANE_MODE_ON, 0);
148 // exit if the network preference is set to Global or if the phone is registered.
H A DGsmCdmaPhone.java2105 Settings.Global.getInt(getContext().getContentResolver(),
2106 Settings.Global.CDMA_ROAMING_MODE,
2609 nwMode = android.provider.Settings.Global.getInt(mContext.getContentResolver(),
2610 android.provider.Settings.Global.PREFERRED_NETWORK_MODE + subId, nwMode);
H A DPhone.java490 Settings.Global.getInt(mContext.getContentResolver(),
491 Settings.Global.WIFI_COUNTRY_CODE);
H A DPhoneFactory.java295 int networkType = android.provider.Settings.Global.getInt(context.getContentResolver(),
296 android.provider.Settings.Global.PREFERRED_NETWORK_MODE + phoneSubId,
313 value = Settings.Global.getInt(sContext.getContentResolver(),
314 Settings.Global.MULTI_SIM_SMS_PROMPT);
H A DSMSDispatcher.java189 mContext.getContentResolver().registerContentObserver(Settings.Global.getUriFor(
190 Settings.Global.SMS_SHORT_CODE_RULE), false, mSettingsObserver);
215 mPremiumSmsRule.set(Settings.Global.getInt(mContext.getContentResolver(),
216 Settings.Global.SMS_SHORT_CODE_RULE, PREMIUM_RULE_USE_SIM));
1048 if (Settings.Global.getInt(mResolver, Settings.Global.DEVICE_PROVISIONED, 0) == 0) {
H A DServiceStateTracker.java530 int airplaneMode = Settings.Global.getInt(mCr, Settings.Global.AIRPLANE_MODE_ON, 0);
531 int enableCellularOnBoot = Settings.Global.getInt(mCr,
532 Settings.Global.ENABLE_CELLULAR_ON_BOOT, 1);
539 Settings.Global.getUriFor(Settings.Global.AUTO_TIME), true,
542 Settings.Global.getUriFor(Settings.Global.AUTO_TIME_ZONE), true,
2846 int check_period = Settings.Global.getInt(
2848 Settings.Global
[all...]
H A DSmsUsageMonitor.java239 mEnabled.set(Settings.Global.getInt(mContext.getContentResolver(),
240 Settings.Global.SMS_SHORT_CODE_CONFIRMATION, 1) != 0);
248 resolver.registerContentObserver(Settings.Global.getUriFor(
249 Settings.Global.SMS_SHORT_CODE_CONFIRMATION), false, globalObserver);
261 mMaxAllowed = Settings.Global.getInt(resolver,
262 Settings.Global.SMS_OUTGOING_CHECK_MAX_COUNT,
265 mCheckPeriod = Settings.Global.getInt(resolver,
266 Settings.Global.SMS_OUTGOING_CHECK_INTERVAL_MS,
H A DSubscriptionController.java1341 Settings.Global.putInt(mContext.getContentResolver(),
1342 Settings.Global.MULTI_SIM_SMS_SUBSCRIPTION, subId);
1357 int subId = Settings.Global.getInt(mContext.getContentResolver(),
1358 Settings.Global.MULTI_SIM_SMS_SUBSCRIPTION,
1372 Settings.Global.putInt(mContext.getContentResolver(),
1373 Settings.Global.MULTI_SIM_VOICE_CALL_SUBSCRIPTION, subId);
1388 int subId = Settings.Global.getInt(mContext.getContentResolver(),
1389 Settings.Global.MULTI_SIM_VOICE_CALL_SUBSCRIPTION,
1397 int subId = Settings.Global.getInt(mContext.getContentResolver(),
1398 Settings.Global
[all...]
H A DSubscriptionInfoUpdater.java474 Settings.Global.putInt(mPhone[slotId].getContext().getContentResolver(),
475 Settings.Global.PREFERRED_NETWORK_MODE + subId,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java163 int subscriptionSource = Settings.Global.getInt(context.getContentResolver(),
164 Settings.Global.CDMA_SUBSCRIPTION_MODE, PREFERRED_CDMA_SUBSCRIPTION);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DFrameworkFacade.java58 return Settings.Global.putInt(context.getContentResolver(), name, def);
62 return Settings.Global.getInt(context.getContentResolver(), name, def);
66 return Settings.Global.getLong(context.getContentResolver(), name, def);
70 return Settings.Global.putString(context.getContentResolver(), name, def);
74 return Settings.Global.getString(context.getContentResolver(), name);
H A DWifiConfigManager.java3211 final boolean isLockdownFeatureEnabled = Settings.Global.getInt(resolver,
3212 Settings.Global.WIFI_DEVICE_OWNER_CONFIGS_LOCKDOWN, 0) != 0;
3281 Settings.Global.WIFI_MAX_DHCP_RETRY_COUNT,
3326 return android.provider.Settings.Global.getInt(mContext.getContentResolver(),
3327 Settings.Global.WIFI_CONNECT_CARRIER_NETWORKS, 0) == 1;
H A DWifiController.java71 * See {@link Settings.Global#WIFI_IDLE_MS}. This is the default value if a
72 * Settings.Global value is not present. This timeout value is chosen as
80 * See {@link Settings.Global#WIFI_REENABLE_DELAY_MS}. This is the default value if a
81 * Settings.Global value is not present. This is the minimum time after wifi is disabled
243 Settings.Global.STAY_ON_WHILE_PLUGGED_IN, 0);
248 Settings.Global.WIFI_IDLE_MS, DEFAULT_IDLE_MS);
253 Settings.Global.WIFI_SLEEP_POLICY,
254 Settings.Global.WIFI_SLEEP_POLICY_NEVER);
259 Settings.Global.WIFI_REENABLE_DELAY_MS, DEFAULT_REENABLE_DELAY_MS);
274 Settings.Global
[all...]
H A DWifiNotificationController.java148 Settings.Global.WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY, 900) * 1000l;
293 cr.registerContentObserver(Settings.Global.getUriFor(
294 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON), true, this);
312 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 1) == 1;
H A DWifiServiceImpl.java332 mFacade.getStringSetting(mContext, Settings.Global.WIFI_COUNTRY_CODE),
1169 Settings.Global.WIFI_COUNTRY_CODE,
1477 Settings.Global.getUriFor(Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE),
1553 Settings.Global.getInt(mContext.getContentResolver(),
1554 Settings.Global.STAY_ON_WHILE_PLUGGED_IN, 0));
H A DWifiSettingsStore.java28 /* Values tracked in Settings.Global.WIFI_ON */
139 Settings.Global.putInt(cr, Settings.Global.WIFI_ON, state);
144 String airplaneModeRadios = Settings.Global.getString(mContext.getContentResolver(),
145 Settings.Global.AIRPLANE_MODE_RADIOS);
147 || airplaneModeRadios.contains(Settings.Global.RADIO_WIFI);
152 String toggleableRadios = Settings.Global.getString(mContext.getContentResolver(),
153 Settings.Global.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
155 && toggleableRadios.contains(Settings.Global.RADIO_WIFI);
175 * Allow callers to set the Settings.Global
[all...]
H A DWifiStateMachine.java859 * point on the move. {@link Settings.Global#WIFI_FRAMEWORK_SCAN_INTERVAL_MS} can
872 * Comes from {@link Settings.Global#WIFI_SUPPLICANT_SCAN_INTERVAL_MS} or
1086 Settings.Global.WIFI_SUSPEND_OPTIMIZATIONS_ENABLED, 1) == 1);
1114 mContext.getContentResolver().registerContentObserver(Settings.Global.getUriFor(
1115 Settings.Global.WIFI_SUSPEND_OPTIMIZATIONS_ENABLED), false,
1120 Settings.Global.WIFI_SUSPEND_OPTIMIZATIONS_ENABLED, 1) == 1);
1221 mContext, Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED, 0);
1310 mContext, Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED, verbose);
2223 Settings.Global.putInt(mContext.getContentResolver(),
2224 Settings.Global
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java2773 String deviceName = Settings.Global.getString(mContext.getContentResolver(),
2774 Settings.Global.WIFI_P2P_DEVICE_NAME);
2796 Settings.Global.putString(mContext.getContentResolver(),
2797 Settings.Global.WIFI_P2P_DEVICE_NAME, devName);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiNotificationControllerTest.java80 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 1)).thenReturn(1);
H A DWifiStateMachineTest.java369 Settings.Global.WIFI_FREQUENCY_BAND,

Completed in 919 milliseconds

1234567