Searched refs:Settings (Results 126 - 150 of 424) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWorkModeTile.java20 import android.provider.Settings;
66 return new Intent(Settings.ACTION_MANAGED_PROFILE_SETTINGS);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeviceProvisionedControllerImpl.java22 import android.provider.Settings.Global;
23 import android.provider.Settings.Secure;
H A DWifiSignalController.java33 import android.provider.Settings;
107 Settings.Global.getInt(
109 Settings.Global.NETWORK_SCORING_UI_ENABLED, 0) == 1;
113 Settings.Global.getUriFor(Settings.Global.NETWORK_SCORING_UI_ENABLED),
/frameworks/base/services/core/java/com/android/server/vr/
H A DSettingsObserver.java27 import android.provider.Settings;
108 Uri settingUri = Settings.Secure.getUriFor(settingName);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java73 import android.provider.Settings;
346 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES,
351 Settings.Secure.
386 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES,
433 if (Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES.equals(which)) {
1090 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES,
1283 readComponentNamesFromSettingLocked(Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES,
1302 Settings.Secure.TOUCH_EXPLORATION_GRANTED_ACCESSIBILITY_SERVICES,
1460 String settingValue = Settings.Secure.getStringForUser(mContext.getContentResolver(),
1514 Settings
[all...]
H A DAutoclickController.java27 import android.provider.Settings;
170 private final Uri mAutoclickDelaySettingUri = Settings.Secure.getUriFor(
171 Settings.Secure.ACCESSIBILITY_AUTOCLICK_DELAY);
231 int delay = Settings.Secure.getIntForUser(
232 mContentResolver, Settings.Secure.ACCESSIBILITY_AUTOCLICK_DELAY,
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java29 import android.provider.Settings;
48 Settings.Global.putString(cr, Settings.Global.DROPBOX_AGE_SECONDS, "");
49 Settings.Global.putString(cr, Settings.Global.DROPBOX_MAX_FILES, "");
50 Settings.Global.putString(cr, Settings.Global.DROPBOX_QUOTA_KB, "");
51 Settings.Global.putString(cr, Settings.Global.DROPBOX_TAG_PREFIX + "DropBoxTest", "");
262 Settings
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemBars.java18 import android.provider.Settings;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSecureSetting.java23 import android.provider.Settings.Secure;
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTest.java27 import android.provider.Settings.System;
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DRSTest.java27 import android.provider.Settings.System;
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DRSTest_v11.java28 import android.provider.Settings.System;
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DRSTest_v14.java28 import android.provider.Settings.System;
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DRSTest_v16.java28 import android.provider.Settings.System;
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java59 import android.provider.Settings;
60 import android.provider.Settings.SettingNotFoundException;
331 if (Settings.Global.BLUETOOTH_ON.equals(name)) {
395 String airplaneModeRadios = Settings.Global.getString(mContentResolver,
396 Settings.Global.AIRPLANE_MODE_RADIOS);
398 airplaneModeRadios.contains(Settings.Global.RADIO_BLUETOOTH)) {
400 Settings.Global.getUriFor(Settings.Global.AIRPLANE_MODE_ON),
419 return Settings.Global.getInt(mContext.getContentResolver(),
420 Settings
[all...]
H A DNetworkTimeUpdateService.java36 import android.provider.Settings;
247 return Settings.Global.getInt(
248 mContext.getContentResolver(), Settings.Global.AUTO_TIME, 0) != 0;
315 resolver.registerContentObserver(Settings.Global.getUriFor(Settings.Global.AUTO_TIME),
H A DDropBoxManagerService.java36 import android.provider.Settings;
198 Settings.Global.CONTENT_URI, true,
313 return !"disabled".equals(Settings.Global.getString(
314 mContentResolver, Settings.Global.DROPBOX_TAG_PREFIX + tag));
748 int ageSeconds = Settings.Global.getInt(mContentResolver,
749 Settings.Global.DROPBOX_AGE_SECONDS, DEFAULT_AGE_SECONDS);
750 int maxFiles = Settings.Global.getInt(mContentResolver,
751 Settings.Global.DROPBOX_MAX_FILES, DEFAULT_MAX_FILES);
770 int quotaPercent = Settings.Global.getInt(mContentResolver,
771 Settings
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeSensors.java33 import android.provider.Settings;
87 Settings.Secure.DOZE_PULSE_ON_PICK_UP,
92 Settings.Secure.DOZE_PULSE_ON_DOUBLE_TAP,
250 return Settings.Secure.getIntForUser(mResolver, mSetting, 1,
287 Settings.Secure.getUriFor(mSetting), false /* descendants */,
/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java41 import android.provider.Settings;
130 Settings.Global.getUriFor(
131 Settings.Global.LOCATION_BACKGROUND_THROTTLE_PROXIMITY_ALERT_INTERVAL_MS),
147 mEffectiveMinIntervalMs = Settings.Global.getLong(mResolver,
148 Settings.Global.LOCATION_BACKGROUND_THROTTLE_INTERVAL_MS, DEFAULT_MIN_INTERVAL_MS);
/frameworks/base/services/core/java/com/android/server/telecom/
H A DTelecomLoaderService.java34 import android.provider.Settings;
277 final Uri defaultSmsAppUri = Settings.Secure.getUriFor(
278 Settings.Secure.SMS_DEFAULT_APPLICATION);
279 final Uri defaultDialerAppUri = Settings.Secure.getUriFor(
280 Settings.Secure.DIALER_DEFAULT_APPLICATION);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCarrierAppUtils.java26 import android.provider.Settings;
134 boolean hasRunOnce = Settings.Secure.getIntForUser(
135 contentResolver, Settings.Secure.CARRIER_APPS_HANDLED, 0, userId) == 1;
228 Settings.Secure.putIntForUser(
229 contentResolver, Settings.Secure.CARRIER_APPS_HANDLED, 1, userId);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java46 import android.provider.Settings;
302 mIsCaptivePortalCheckEnabled = Settings.Global.getInt(mContext.getContentResolver(),
303 Settings.Global.CAPTIVE_PORTAL_MODE, Settings.Global.CAPTIVE_PORTAL_MODE_PROMPT)
304 != Settings.Global.CAPTIVE_PORTAL_MODE_IGNORE;
305 mUseHttps = Settings.Global.getInt(mContext.getContentResolver(),
306 Settings.Global.CAPTIVE_PORTAL_USE_HTTPS, 1) == 1;
668 return getSetting(context, Settings.Global.CAPTIVE_PORTAL_HTTPS_URL, DEFAULT_HTTPS_URL);
672 return getSetting(context, Settings.Global.CAPTIVE_PORTAL_HTTP_URL, DEFAULT_HTTP_URL);
678 Settings
[all...]
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java47 import android.provider.Settings;
249 String curInteractorStr = Settings.Secure.getStringForUser(
251 Settings.Secure.VOICE_INTERACTION_SERVICE, userHandle);
391 String curService = Settings.Secure.getStringForUser(
392 mResolver, Settings.Secure.VOICE_INTERACTION_SERVICE, mCurUser);
477 String curInteractor = Settings.Secure.getStringForUser(
479 Settings.Secure.VOICE_INTERACTION_SERVICE, userHandle);
489 Settings.Secure.putStringForUser(mContext.getContentResolver(),
490 Settings.Secure.VOICE_INTERACTION_SERVICE,
526 String curRecognizer = Settings
[all...]
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java49 import android.provider.Settings;
128 Settings.Secure.getUriFor(Settings.Secure.DOZE_PULSE_ON_DOUBLE_TAP), false,
288 String names = Settings.Secure.getStringForUser(mContext.getContentResolver(),
289 Settings.Secure.SCREENSAVER_COMPONENTS,
315 Settings.Secure.putStringForUser(mContext.getContentResolver(),
316 Settings.Secure.SCREENSAVER_COMPONENTS,
322 String name = Settings.Secure.getStringForUser(mContext.getContentResolver(),
323 Settings.Secure.SCREENSAVER_DEFAULT_COMPONENT,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java30 import android.provider.Settings;
239 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,

Completed in 723 milliseconds

1234567891011>>